Home
last modified time | relevance | path

Searched defs:output_node (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dserialization_utils.cc59 const string& output_node, Tensor* result) { in FromGraphDef()
278 tstring output_node, serialized_graph_def; in ReadDatasetInternal() local
404 string output_node; in WriteDatasetInternal() local
461 Node* output_node = nullptr; in AsGraphDef() local
H A Drewrite_utils.cc105 const std::string& output_node = tensor.substr(0, tensor.find(':')); in RemoveFakeSinks() local
176 string output_node; in RewriteDataset() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dgeneric_layout_optimizer_transposer_test.cc872 auto* output_node = context.graph_view->GetNode("output"); in TEST_F() local
965 auto* output_node = context.graph_view->GetNode("output"); in TEST_F() local
998 auto* output_node = context.graph_view->GetNode("output"); in TEST_F() local
1051 auto* output_node = context.graph_view->GetNode("output"); in TEST_F() local
1150 auto* output_node = context.graph_view->GetNode("output"); in TEST_F() local
1336 auto* output_node = context.graph_view->GetNode("output"); in TEST_F() local
1384 auto* output_node = context.graph_view->GetNode("output"); in TEST_F() local
1451 auto* output_node = context.graph_view->GetNode("output"); in TEST_F() local
1499 auto* output_node = context.graph_view->GetNode("output"); in TEST_F() local
1651 auto* output_node = context.graph_view->GetNode("i2"); in TEST_F() local
[all …]
H A Dgeneric_layout_optimizer_test.cc252 auto* output_node = graph_view.GetNode("Output"); in TEST_F() local
572 auto* output_node = graph_view.GetNode("output"); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dbenchmark_testlib.h168 NodeDef output_node = create_node(/*name=*/absl::StrFormat("out%05d", i)); in CreateFaninFanoutNodeGraph() local
177 NodeDef output_node = in CreateFaninFanoutNodeGraph() local
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dselect_algorithm.py123 output_node, argument
892 def output_node(self): member in TritonTemplateCaller
976 def output_node(self): member in ExternKernelCaller
1062 def output_node(self) -> ir.TensorBox: member in DataProcessorChoiceCallerWrapper
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dparallel_interleave_dataset_op_test.cc654 Node* output_node = nullptr; in TEST_F() local
695 Node* output_node = nullptr; in TEST_F() local
H A Ddataset_ops.cc149 string output_node; in Compute() local
/aosp_15_r20/external/executorch/backends/qualcomm/_passes/
H A Drecompose_rms_norm.py29 def _get_gamma_node(self, output_node): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_graph.cc223 auto output_node = edge->dst(); in GetEngineInfo() local
548 Node* output_node = graph->FindNodeId(conn.outside_id); in CreateTRTNode() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dgraph_partition_test.cc149 NodeDef* output_node = nullptr; in TEST_F() local
H A Dgraph_partition.cc242 for (const auto& output_node : output_nodes) { in BuildPartitionedCallOp() local
H A Dtfrt_graph_execution_state.cc270 for (const auto& output_node : output_nodes) { in PlaceInputOutputNodesOnHost() local
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/rocm/
H A Drocm_kernel.py228 def output_node(self) -> TensorBox: member in ROCmTemplateCaller
/aosp_15_r20/external/executorch/backends/apple/mps/operators/
H A Dnode_visitor.py454 def process_output_node( argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dutils.h190 auto output_node = nodes_[NodeName(output_name)]; in AddOutput() local
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/cuda/
H A Dcuda_kernel.py387 def output_node(self) -> TensorBox: member in CUDATemplateCaller
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
H A Dtf_to_tfrt_data.cc289 string output_node; in TFDataGraphDefToTFDataMLIR() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_xla_computations_pass.cc294 Node* output_node = le->dst(); in BuildXlaLaunchOps() local
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dcluster_function_library_runtime.cc135 Node* output_node; in ConstructFunctionGraph() local
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_template_kernel.py375 def output_node(self) -> ir.TensorBox: member in CppTemplateCaller
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dgradients.cc242 for (int output_node : output_nodes) { in GetStopBackpropNodes() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Dhost_training_loop_optimization_util.cc97 Node* output_node = output_edge->dst(); in ResourceOnlyUsedForTPUExecuteInLoop() local
/aosp_15_r20/external/XNNPACK/src/
H A Dsubgraph.c912 struct xnn_node* output_node = subgraph->nodes + subgraph->num_nodes - 1; in xnn_subgraph_rewrite_for_fp16() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction_test.cc1050 const string output_node = "Func/b/output/_1"; in TEST_F() local
1125 const string output_node = "Func/b/output/_1"; in TEST_F() local
1213 const string output_node = "Func/b/output/_1"; in TEST_F() local

12