Home
last modified time | relevance | path

Searched refs:GetOrCreateMax (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_context.h88 const xla::XlaComputation* GetOrCreateMax(const DataType type);
Dxla_context.cc85 const xla::XlaComputation* XlaContext::GetOrCreateMax(const DataType type) { in GetOrCreateMax() function in tensorflow::XlaContext
Dxla_op_kernel.h326 const xla::XlaComputation* GetOrCreateMax(const DataType type);
Dxla_op_kernel.cc775 const xla::XlaComputation* XlaOpKernelContext::GetOrCreateMax( in GetOrCreateMax() function in tensorflow::XlaOpKernelContext
777 return xla_context()->GetOrCreateMax(type); in GetOrCreateMax()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsoftmax_op.cc48 const xla::XlaComputation& max_func = *ctx->GetOrCreateMax(type); in CrossEntropyWithLogits()
Dquantize_and_dequantize_op.cc73 const xla::XlaComputation* fmax = ctx->GetOrCreateMax(data_type); in Compile()