Home
last modified time | relevance | path

Searched defs:CompileTimeConstantInputs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_op_registry.h188 static Status CompileTimeConstantInputs(const NodeDef& node_def, in CompileTimeConstantInputs() function
195 static StatusOr<std::vector<int>> CompileTimeConstantInputs( in CompileTimeConstantInputs() function
206 static Status CompileTimeConstantInputs(const OpKernel& op_kernel, in CompileTimeConstantInputs() function
H A Dxla_op_registry.cc388 /* static */ Status XlaOpRegistry::CompileTimeConstantInputs( in CompileTimeConstantInputs() function in tensorflow::XlaOpRegistry