HomeSort by relevance Sort by last modified time
    Searched refs:GetOrCreateMin (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
quantize_and_dequantize_op.cc 59 const xla::Computation* fmin = ctx->GetOrCreateMin(data_type);
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_context.h 104 const xla::Computation* GetOrCreateMin(const DataType type);
xla_op_kernel.h 213 const xla::Computation* GetOrCreateMin(const DataType type);
xla_context.cc 140 const xla::Computation* XlaContext::GetOrCreateMin(const DataType type) {
xla_op_kernel.cc 465 const xla::Computation* XlaOpKernelContext::GetOrCreateMin(
467 return XlaContext::Get(context_).GetOrCreateMin(type);
xla_helpers.cc 43 reducer = ctx->GetOrCreateMin(input_type);

Completed in 515 milliseconds