OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fetch_id
(Results
1 - 1
of
1
) sorted by null
/external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla.cc
188
string
fetch_id
;
local
189
TF_RETURN_IF_ERROR(GetNodeAttr(n->attrs(), kFetchIdAttr, &
fetch_id
));
190
if (missing_fetches.erase(
fetch_id
) == 0) {
192
" node found with unknown fetch id: ",
fetch_id
);
Completed in 115 milliseconds