Home
last modified time | relevance | path

Searched refs:ReadOutputNode (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_control_wrapper.h49 bool ReadOutputNode(const string& node_name,
56 bool ReadOutputNode(const string& node_name, std::vector<ByteArray>* outputs);
Dhexagon_control_wrapper.cc354 bool HexagonControlWrapper::ReadOutputNode( in ReadOutputNode() function in tensorflow::HexagonControlWrapper
369 ReadOutputNode(node_name, &outputs); in ReadOutputNode()
380 bool HexagonControlWrapper::ReadOutputNode( in ReadOutputNode() function in tensorflow::HexagonControlWrapper
Dhexagon_graph_execution_test.cc268 hexagon_control_wrapper.ReadOutputNode("softmax", &outputs); in RunInferenceByHexagonControlWrapper()
/external/tensorflow/tensorflow/core/kernels/
Di_remote_fused_graph_executor.h61 virtual bool ReadOutputNode(const string& node_name,
Dremote_fused_graph_execute_op_test_utils.h75 bool ReadOutputNode(const string&, TensorAllocatorFunc) final;
Dremote_fused_graph_execute_op.cc107 remote_fused_graph_executor_->ReadOutputNode( in Compute()
Dremote_fused_graph_execute_op_test_utils.cc112 bool TestRemoteFusedGraphExecutor::ReadOutputNode(const string&, in ReadOutputNode() function in tensorflow::TestRemoteFusedGraphExecutor
Dremote_fused_graph_execute_op_test.cc206 bool ReadOutputNode(const string& node_name, in ReadOutputNode() function in tensorflow::SampleRemoteFusedGraphExecutor