Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.h188 static Status CompileTimeConstantInputs(const NodeDef& node_def, in CompileTimeConstantInputs() function
191 return CompileTimeConstantInputs(node_def, /*op_kernel=*/nullptr, &op_def, in CompileTimeConstantInputs()
199 static Status CompileTimeConstantInputs(const OpKernel& op_kernel, in CompileTimeConstantInputs() function
201 return CompileTimeConstantInputs(op_kernel.def(), /*op_kernel=*/&op_kernel, in CompileTimeConstantInputs()
295 static Status CompileTimeConstantInputs(const NodeDef& node_def,
Dconst_analysis.cc164 return XlaOpRegistry::CompileTimeConstantInputs(node, *op_def, in GetCompileTimeConstInputs()
167 return XlaOpRegistry::CompileTimeConstantInputs(*op_kernel, in GetCompileTimeConstInputs()
Dxla_op_registry.cc388 /* static */ Status XlaOpRegistry::CompileTimeConstantInputs( in CompileTimeConstantInputs() function in tensorflow::XlaOpRegistry
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_with_tf2xla.cc447 status = tensorflow::XlaOpRegistry::CompileTimeConstantInputs( in LegalizeOp()