/aosp_15_r20/external/executorch/backends/cadence/aot/ |
H A D | remove_ops.py | 58 meta: NodeMetadata, 83 meta: NodeMetadata, 129 meta: NodeMetadata, 155 meta: NodeMetadata, 174 meta: NodeMetadata, 200 meta: NodeMetadata, 230 meta: NodeMetadata, 298 meta: NodeMetadata, 378 meta: NodeMetadata, 400 meta: NodeMetadata, [all …]
|
H A D | replace_ops.py | 124 meta: NodeMetadata, 153 meta: NodeMetadata, 179 meta: NodeMetadata, 204 meta: NodeMetadata, 1127 self: ExportPass, proxy: ProxyValue, meta: NodeMetadata, dim0: int, dim1: int 1143 def change_nchw_to_nhwc(self, proxy: ProxyValue, meta: NodeMetadata) -> ProxyValue: 1153 def change_nhwc_to_nchw(self, proxy: ProxyValue, meta: NodeMetadata) -> ProxyValue: 1168 meta: NodeMetadata, 1212 meta: NodeMetadata, 1787 meta: NodeMetadata, [all …]
|
H A D | graph_builder.py | 72 meta: Optional[NodeMetadata] = None,
|
H A D | fuse_ops.py | 995 meta: NodeMetadata,
|
/aosp_15_r20/external/pytorch/torch/_export/ |
H A D | pass_base.py | 258 meta: NodeMetadata, 320 def placeholder(self, name: str, arg: Argument, meta: NodeMetadata) -> ProxyValue: 331 meta: NodeMetadata, 339 meta: NodeMetadata, 349 meta: NodeMetadata, 368 meta: NodeMetadata, 382 self, value: ProxyValue, key: int, meta: NodeMetadata 386 def output(self, results: List[Argument], meta: NodeMetadata) -> ProxyValue:
|
/aosp_15_r20/external/executorch/exir/ |
H A D | pass_base.py | 99 class NodeMetadata: class 396 meta: NodeMetadata, 457 def placeholder(self, name: str, arg: Argument, meta: NodeMetadata) -> ProxyValue: 468 meta: NodeMetadata, 476 meta: NodeMetadata, 486 meta: NodeMetadata, 505 meta: NodeMetadata, 519 self, value: ProxyValue, key: int, meta: NodeMetadata 523 def output(self, results: List[Argument], meta: NodeMetadata) -> ProxyValue: 648 meta: NodeMetadata,
|
/aosp_15_r20/external/executorch/exir/passes/ |
H A D | dynamic_shape_prop_pass.py | 145 def extract_dsinfo_from_graph(self, subgm: GraphModule, meta: NodeMetadata): 158 meta: NodeMetadata, 176 meta: NodeMetadata, 217 def placeholder(self, name: str, arg: Argument, meta: NodeMetadata) -> ProxyValue: 267 meta: NodeMetadata,
|
H A D | remove_mixed_type_operators.py | 18 def call_operator(self, op, args, kwargs, meta: NodeMetadata): # noqa: C901
|
H A D | sym_to_tensor_pass.py | 27 def call_operator(self, op, args, kwargs, meta: NodeMetadata):
|
H A D | spec_prop_pass.py | 117 meta: NodeMetadata,
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | RegAllocPBQP.h | 194 NodeMetadata() in NodeMetadata() function 204 NodeMetadata(const NodeMetadata &Other) in NodeMetadata() function 220 NodeMetadata(NodeMetadata &&Other) in NodeMetadata() function 342 typedef RegAlloc::NodeMetadata NodeMetadata; typedef
|
/aosp_15_r20/external/pytorch/torch/_export/passes/ |
H A D | functionalize_side_effectful_ops_pass.py | 64 meta: NodeMetadata, 91 def output(self, results: List[Argument], meta: NodeMetadata) -> ProxyValue:
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 185 NodeMetadata(const NodeMetadata &Other) in NodeMetadata() function 284 using NodeMetadata = RegAlloc::NodeMetadata; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 185 NodeMetadata(const NodeMetadata &Other) in NodeMetadata() function 284 using NodeMetadata = RegAlloc::NodeMetadata; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | RegAllocPBQP.h | 183 NodeMetadata(const NodeMetadata &Other) in NodeMetadata() function 281 using NodeMetadata = RegAlloc::NodeMetadata; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 185 NodeMetadata(const NodeMetadata &Other) in NodeMetadata() function 284 using NodeMetadata = RegAlloc::NodeMetadata; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 185 NodeMetadata(const NodeMetadata &Other) in NodeMetadata() function 284 using NodeMetadata = RegAlloc::NodeMetadata; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | RegAllocPBQP.h | 185 NodeMetadata(const NodeMetadata &Other) in NodeMetadata() function 284 using NodeMetadata = RegAlloc::NodeMetadata; variable
|
/aosp_15_r20/external/google-cloud-java/java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ |
H A D | WorkloadMetadataConfig.java | 82 public enum NodeMetadata implements com.google.protobuf.ProtocolMessageEnum { enum in WorkloadMetadataConfig 267 private NodeMetadata(int value) { in NodeMetadata() method in WorkloadMetadataConfig.NodeMetadata
|
/aosp_15_r20/external/executorch/backends/arm/_passes/ |
H A D | meandim_to_averagepool_pass.py | 29 meta: NodeMetadata,
|
/aosp_15_r20/external/executorch/backends/qualcomm/_passes/ |
H A D | convert_binary_op_with_scalar.py | 37 meta: NodeMetadata,
|
/aosp_15_r20/external/pytorch/torch/_export/pass_infra/ |
H A D | node_metadata.py | 16 class NodeMetadata: class
|
/aosp_15_r20/external/executorch/exir/serde/ |
H A D | upgrade.py | 92 meta: NodeMetadata,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Graph.h | 57 using NodeMetadata = typename SolverT::NodeMetadata; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Graph.h | 57 using NodeMetadata = typename SolverT::NodeMetadata; variable
|