Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dconst_analysis.cc33 Status GetCompileTimeConstInputs(const Node* node,
94 status = GetCompileTimeConstInputs(node, &const_input_idxs, flib_runtime); in BackwardsConstAnalysis()
128 Status GetCompileTimeConstInputs(const Node* node, in GetCompileTimeConstInputs() function