Searched refs:GetCompileTimeConstInputs (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | const_analysis.cc | 89 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 D | const_analysis.h | 46 Status GetCompileTimeConstInputs(const OpKernel* op_kernel,
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | xla_compile_on_demand_op.cc | 116 TF_RETURN_IF_ERROR(GetCompileTimeConstInputs( in Compile()
|