Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Deval_const_tensor.cc280 Status GetArgNodeIndex(const Node* node, int num_function_inputs, int* index) { in GetArgNodeIndex() argument
283 if (*index < 0 || num_function_inputs <= *index) { in GetArgNodeIndex()
286 " not in [0, ", num_function_inputs, ")."); in GetArgNodeIndex()