Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dgraph_rewrite_dataset.cc44 string output_node = input_node->name(); in Optimize() local
126 const string& output_node = tensor.substr(0, tensor.find(':')); in RemoveFakeSinks() local
137 string* output_node) { in ApplyOptimizations()
Diterator_ops.cc133 string output_node; in Restore() local
/external/autotest/client/site_tests/audio_Aplay/
Daudio_Aplay.py92 def run_once(self, duration=1, output_node="INTERNAL_SPEAKER"): argument
/external/tensorflow/tensorflow/core/graph/
Dbenchmark_testlib.h157 NodeDef output_node = create_node(/*name=*/absl::StrFormat("out%05d", i)); in CreateFaninFanoutNodeGraph() local
/external/tensorflow/tensorflow/contrib/receptive_field/python/util/
Dreceptive_field.py155 output_node, argument
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime.cc93 NodeDef* output_node = g->add_node(); in ConstructFunctionGraph() local
/external/u-boot/tools/dtoc/
Ddtb_platdata.py451 def output_node(self, node): member in DtbPlatdata
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc334 for (const string& output_node : output_arg.output_nodes) { in GrapplerFunctionItem() local
795 for (const string& output_node : output_arg.output_nodes) { in MakeFunctionDef() local
825 const string& output_node = output_arg.output_nodes[0]; in MakeFunctionDef() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc1000 for (const string& output_node : output_arg.output_nodes) { in InlinedFunctionOutputsNode() local
1043 for (const string& output_node : output_arg.output_nodes) { in InlineDirectFunctionCall() local
1350 for (const auto& output_node : output_expansion.output_nodes) { in MaybeDeadOutputs() local
1658 for (const string& output_node : output_arg.output_nodes) { in InlineIndirectFunctionCall() local
1827 for (const string& output_node : output_nodes) { in InlineIndirectFunctionCall() local
1900 for (const string& output_node : output.output_nodes) { in InlineIndirectFunctionCall() local
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_xla_computations_pass.cc305 Node* output_node = le->dst(); in BuildXlaLaunchOps() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc303 auto output_node = edge->dst(); in GetEngineInfo() local
608 Node* output_node = graph->FindNodeId(conn.outside_id); in CreateTRTNode() local
/external/tensorflow/tensorflow/cc/framework/
Dgradients.cc241 for (int output_node : output_nodes) { in GetStopBackpropNodes() local
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dvectorization_utils.cc353 Node* output_node = map_defun_fn_->ret_nodes.at(output_position); in VectorizeHelper() local
/external/tensorflow/tensorflow/core/framework/
Ddataset.cc365 string output_node; in Save() local
Dfunction.cc429 void AddInput(int node_index, int output_node, int output_index) { in AddInput()
/external/tensorflow/tensorflow/core/grappler/
Dutils.cc125 auto output_node = nodes_[NodeName(output_name)]; in AddOutput() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc729 for (auto* output_node : port_num_output_pair.second) { in AddOutputNodesToReadyQueue() local
/external/adhd/cras/src/server/
Dcras_alsa_io.c2186 struct alsa_output_node *output_node = NULL; in alsa_iodev_ucm_add_nodes_and_jacks() local
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc931 const string output_node = "Func/b/output/_1"; in TEST_F() local
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc234 Node* output_node) { in TryEmitExtendingLoad()