Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_context.h82 const xla::XlaComputation* GetOrCreateMin(const DataType type);
Dxla_context.cc94 const xla::XlaComputation* XlaContext::GetOrCreateMin(const DataType type) { in GetOrCreateMin() function in tensorflow::XlaContext
Dxla_op_kernel.h253 const xla::XlaComputation* GetOrCreateMin(const DataType type);
Dxla_op_kernel.cc577 const xla::XlaComputation* XlaOpKernelContext::GetOrCreateMin( in GetOrCreateMin() function in tensorflow::XlaOpKernelContext
579 return xla_context()->GetOrCreateMin(type); in GetOrCreateMin()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dquantize_and_dequantize_op.cc69 const xla::XlaComputation* fmin = ctx->GetOrCreateMin(data_type); in Compile()