Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsoftmax_op.cc56 const xla::XlaComputation& max_func = *ctx->GetOrCreateMax(type); in Compile()
94 const xla::XlaComputation& max_func = *ctx->GetOrCreateMax(type); in CrossEntropyWithLogits()
Dquantize_and_dequantize_op.cc68 const xla::XlaComputation* fmax = ctx->GetOrCreateMax(data_type); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_context.h77 const xla::XlaComputation* GetOrCreateMax(const DataType type);
Dxla_context.cc78 const xla::XlaComputation* XlaContext::GetOrCreateMax(const DataType type) { in GetOrCreateMax() function in tensorflow::XlaContext
Dxla_op_kernel.h248 const xla::XlaComputation* GetOrCreateMax(const DataType type);
Dxla_op_kernel.cc572 const xla::XlaComputation* XlaOpKernelContext::GetOrCreateMax( in GetOrCreateMax() function in tensorflow::XlaOpKernelContext
574 return xla_context()->GetOrCreateMax(type); in GetOrCreateMax()