Skip to main content

taichi.aot.conventions.gfxruntime140.dr#

Data representation of all JSON data structures following the GfxRuntime140 convention.

class taichi.aot.conventions.gfxruntime140.dr.ArgumentAttributes(j: Dict[str, Any])#
class taichi.aot.conventions.gfxruntime140.dr.Buffer(j: Dict[str, Any])#
class taichi.aot.conventions.gfxruntime140.dr.BufferBinding(j: Dict[str, Any])#
class taichi.aot.conventions.gfxruntime140.dr.ContextAttributes(j: Dict[str, Any])#
class taichi.aot.conventions.gfxruntime140.dr.DeviceCapabilityLevel(j: Dict[str, Any])#
class taichi.aot.conventions.gfxruntime140.dr.Dispatch(j: Dict[str, Any])#
class taichi.aot.conventions.gfxruntime140.dr.FieldAttributes(j: Dict[str, Any])#
class taichi.aot.conventions.gfxruntime140.dr.Graph(j: Dict[str, Any])#
class taichi.aot.conventions.gfxruntime140.dr.GraphData(j: Dict[str, Any])#
class taichi.aot.conventions.gfxruntime140.dr.KernelAttributes(j: Dict[str, Any])#
class taichi.aot.conventions.gfxruntime140.dr.Metadata(j: Dict[str, Any])#
class taichi.aot.conventions.gfxruntime140.dr.RangeForAttributes(j: Dict[str, Any])#
class taichi.aot.conventions.gfxruntime140.dr.SymbolicArgument(j: Dict[str, Any])#
class taichi.aot.conventions.gfxruntime140.dr.TaskAttributes(j: Dict[str, Any])#
class taichi.aot.conventions.gfxruntime140.dr.TextureBinding(j: Dict[str, Any])#
taichi.aot.conventions.gfxruntime140.dr.from_json_graph(j: Dict[str, Any]) Graph#
taichi.aot.conventions.gfxruntime140.dr.from_json_metadata(j: Dict[str, Any]) Metadata#
taichi.aot.conventions.gfxruntime140.dr.to_json_graph(graph: Graph) Dict[str, Any]#
taichi.aot.conventions.gfxruntime140.dr.to_json_metadata(meta_data: Metadata) Dict[str, Any]#