Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_control_wrapper.h48 bool FillInputNode(const string& node_name, const Tensor& tensor) final;
62 bool FillInputNode(
Dhexagon_control_wrapper.cc321 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()
Dhexagon_graph_execution_test.cc257 hexagon_control_wrapper.FillInputNode("Mul", img_tensor); in RunInferenceByHexagonControlWrapper()
/external/tensorflow/tensorflow/core/kernels/
Di_remote_fused_graph_executor.h58 virtual bool FillInputNode(const string& node_name, const Tensor& tensor) = 0;
Dremote_fused_graph_execute_op_test_utils.h74 bool FillInputNode(const string&, const Tensor&) final;
Dremote_fused_graph_execute_op.cc89 remote_fused_graph_executor_->FillInputNode(input_node_name, in Compute()
Dremote_fused_graph_execute_op_test_utils.cc109 bool TestRemoteFusedGraphExecutor::FillInputNode(const string&, const Tensor&) { in FillInputNode() function in tensorflow::TestRemoteFusedGraphExecutor
Dremote_fused_graph_execute_op_test.cc201 bool FillInputNode(const string& node_name, const Tensor& tensor) final { in FillInputNode() function in tensorflow::SampleRemoteFusedGraphExecutor