Home
last modified time | relevance | path

Searched defs:FunctionArgIndex (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dfunction.h599 struct FunctionArgIndex { struct
600 explicit FunctionArgIndex(const int index) : index(index) {} in FunctionArgIndex() argument
601 FunctionArgIndex(const int index, const int sub_index) in FunctionArgIndex() function
605 int index;
609 int sub_index = -1;