Searched refs:FillInputNode (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | hexagon_control_wrapper.h | 48 bool FillInputNode(const string& node_name, const Tensor& tensor) final; 62 bool FillInputNode(
|
D | hexagon_control_wrapper.cc | 321 bool HexagonControlWrapper::FillInputNode( in FillInputNode() function in tensorflow::HexagonControlWrapper 411 bool HexagonControlWrapper::FillInputNode(const string& node_name, in FillInputNode() function in tensorflow::HexagonControlWrapper 432 FillInputNode(node_name, shape, ba); in FillInputNode()
|
D | hexagon_graph_execution_test.cc | 257 hexagon_control_wrapper.FillInputNode("Mul", img_tensor); in RunInferenceByHexagonControlWrapper()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | i_remote_fused_graph_executor.h | 58 virtual bool FillInputNode(const string& node_name, const Tensor& tensor) = 0;
|
D | remote_fused_graph_execute_op_test_utils.h | 74 bool FillInputNode(const string&, const Tensor&) final;
|
D | remote_fused_graph_execute_op.cc | 89 remote_fused_graph_executor_->FillInputNode(input_node_name, in Compute()
|
D | remote_fused_graph_execute_op_test_utils.cc | 109 bool TestRemoteFusedGraphExecutor::FillInputNode(const string&, const Tensor&) { in FillInputNode() function in tensorflow::TestRemoteFusedGraphExecutor
|
D | remote_fused_graph_execute_op_test.cc | 201 bool FillInputNode(const string& node_name, const Tensor& tensor) final { in FillInputNode() function in tensorflow::SampleRemoteFusedGraphExecutor
|