Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_context.h93 const xla::XlaComputation* GetOrCreateMin(const DataType type);
Dxla_context.cc101 const xla::XlaComputation* XlaContext::GetOrCreateMin(const DataType type) { in GetOrCreateMin() function in tensorflow::XlaContext
Dxla_op_kernel.h331 const xla::XlaComputation* GetOrCreateMin(const DataType type);
Dxla_op_kernel.cc780 const xla::XlaComputation* XlaOpKernelContext::GetOrCreateMin( in GetOrCreateMin() function in tensorflow::XlaOpKernelContext
782 return xla_context()->GetOrCreateMin(type); in GetOrCreateMin()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dquantize_and_dequantize_op.cc74 const xla::XlaComputation* fmin = ctx->GetOrCreateMin(data_type); in Compile()