Home
last modified time | relevance | path

Searched refs:node_output (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfunction_utils.cc30 : node_name(node_name), node_output(output), position(position) { in FunctionDefTensorDesc()
31 full_str = strings::StrCat(node_name, ":", node_output, ":", position); in FunctionDefTensorDesc()
55 node_output = string(capture.data(), capture.size()); in FunctionDefTensorDesc()
Dfunction_utils.h52 string node_output; member
Dfunction_utils_test.cc34 EXPECT_EQ(f.node_output, "y"); in TEST()
40 EXPECT_EQ(f2.node_output, ""); in TEST()
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dmatmul_builder.cc51 OpBuilder::TensorID* node_output) { in AddFullyConnectedHelper() argument
138 *node_output = in AddFullyConnectedHelper()
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc163 NodeOutput* node_output = stats_->add_output(); in SetOutput() local
164 node_output->set_slot(slot); in SetOutput()
165 tensor->FillDescription(node_output->mutable_tensor_description()); in SetOutput()
/external/tensorflow/tensorflow/core/grappler/costs/
Dutils.cc448 for (const auto& node_output : node_stat.output()) { in GetStatsStringFromRunMetadata() local
451 const auto size = node_output.tensor_description() in GetStatsStringFromRunMetadata()