Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dconst_analysis.cc89 Status GetCompileTimeConstInputs(const NodeDef& node, const OpKernel* op_kernel, in GetCompileTimeConstInputs() function
174 Status GetCompileTimeConstInputs(const Node* node, in GetCompileTimeConstInputs() function
177 return GetCompileTimeConstInputs(node->def(), /*op_kernel=*/nullptr, in GetCompileTimeConstInputs()
255 status = GetCompileTimeConstInputs(node, &const_input_idxs, flib_runtime); in BackwardsConstAnalysis()
296 Status GetCompileTimeConstInputs(const OpKernel* op_kernel, in GetCompileTimeConstInputs() function
299 return GetCompileTimeConstInputs(op_kernel->def(), op_kernel, in GetCompileTimeConstInputs()
H A Dconst_analysis.h46 Status GetCompileTimeConstInputs(const OpKernel* op_kernel,
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_compile_on_demand_op.cc116 TF_RETURN_IF_ERROR(GetCompileTimeConstInputs( in Compile()