Home
last modified time | relevance | path

Searched refs:IsValidOutputTensor (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/cc/ops/
H A Dwhile_loop.cc106 TF_RETURN_IF_ERROR(scope.graph()->IsValidOutputTensor(raw_cond_out.node(), in CreateCond()
140 scope.graph()->IsValidOutputTensor(output.node(), output.index())); in CreateBody()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_function.cc62 fn_body->graph.IsValidOutputTensor(node, idx), in ProcessInputs()
97 fn_body->graph.IsValidOutputTensor(node, idx), in ProcessOutputs()
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.cc687 TF_RETURN_IF_ERROR(IsValidOutputTensor(new_src, new_src_index)); in UpdateEdge()
708 TF_RETURN_IF_ERROR(IsValidOutputTensor(new_src, new_src_index)); in AddWhileInputHack()
847 Status Graph::IsValidOutputTensor(const Node* node, int idx) const { in IsValidOutputTensor() function in tensorflow::Graph
H A Dgraph.h719 Status IsValidOutputTensor(const Node* node, int idx) const;
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_execution_state.cc444 TF_RETURN_IF_ERROR(graph.IsValidOutputTensor(node, td.tensor.second)); in ValidateFeedAndFetchDevices()