Home
last modified time | relevance | path

Searched defs:Subgraph (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/executorch/backends/cadence/aot/
H A Dremove_ops.py549 class Subgraph: class in RemovePermutesAroundElementwiseOps
606 def is_valid_subgraph(self, sg: Subgraph) -> bool:
614 def handle_subgraph(self, graph_module: torch.fx.GraphModule, sg: Subgraph) -> None:
625 def start_search(self, node: torch.fx.Node, sg: Subgraph) -> None:
635 def search_up(self, node: object, sg: Subgraph) -> None:
665 def search_down(self, node: torch.fx.Node, sg: Subgraph) -> None:
682 def traverse_intermediate_node(self, node: torch.fx.Node, sg: Subgraph) -> None:
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
H A Draise_target_subgraphs.cc61 struct Subgraph { struct
63 llvm::SetVector<Operation*> all_ops;
64 int subgraph_id;
65 InferenceDeviceType inference_device_type;
H A Dpick_subgraphs.cc96 struct Subgraph { struct
98 func::CallOp call;
104 available_choices;
112 aggregated_cost_with_decisions;
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Db2b_gemm.py425 subgraph: Subgraph,
447 subgraph: Subgraph,
515 subgraph: Subgraph,
/aosp_15_r20/external/pytorch/torch/fx/passes/
H A Dsplitter_base.py199 class Subgraph: class
826 def remove_small_acc_subgraphs(self, subgraphs: List[Subgraph]) -> List[Subgraph]:
853 def tag(self, subgraphs: List[Subgraph]):
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h716 struct Subgraph { struct
720 std::vector<Operand> operands;
729 std::vector<Operation> operations;
736 std::vector<uint32_t> inputIndexes;
743 std::vector<uint32_t> outputIndexes;
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/include/aidl/android/hardware/neuralnetworks/
DModel.h28 class Subgraph; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
H A Dsubgraph.h49 explicit Subgraph(Identity id) : id_(std::move(id)), hash_(id_.Hash()) {} in Subgraph() function
H A Dsubgraph.cc112 Subgraph::Subgraph(const Identity& parent_id, GenNode* add_node) in Subgraph() function in tensorflow::grappler::graph_analyzer::Subgraph
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dsubgraph_lowering.py105 subgraph: ir.Subgraph, inputs: List[InputDescriptor]
H A Dir.py7598 class Subgraph(IRNode): class
7625 true_subgraph: Subgraph,
7626 false_subgraph: Subgraph,
7651 true_fn: Subgraph,
7652 false_fn: Subgraph,
7745 cond_subgraph: Subgraph,
7746 body_subgraph: Subgraph,
7765 cond_fn: Subgraph,
7766 body_fn: Subgraph,
H A Dlowering.py6250 def associative_scan(combine_fn: ir.Subgraph, input, dim: int):
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/
H A Ddelegate_data.cc154 tensorflow::Status RegisterFunctionDefForSubgraphs( in RegisterFunctionDefForSubgraphs()
/aosp_15_r20/external/pytorch/torch/_inductor/kernel/
H A Dflex_attention.py92 subgraph: Subgraph,
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dsubgraph_test.cc107 string Subgraph(const string& fed_str, const string& fetch_str, in Subgraph() function in tensorflow::__anon82913e730111::SubgraphTest
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DModel.proto210 message Subgraph { message
/aosp_15_r20/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverFloatXNNPACK.cpp154 class Subgraph { class
1554 Subgraph(xnn_runtime_t runtime, std::unordered_set<uint32_t>&& externals, in Subgraph() function in android::nn::sample_driver::Subgraph
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_subgraphs_pass.cc170 class Subgraph { class in tensorflow::__anond9260d780111::Encapsulator
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dxnnpack_delegate.cc252 class Subgraph { class
4738 Subgraph(const Delegate& delegate, xnn_runtime_t runtime, in Subgraph() function in tflite::xnnpack::__anon4a1244080111::Subgraph
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.cc231 Subgraph::Subgraph(ErrorReporter* error_reporter, in Subgraph() function in tflite::Subgraph