HomeSort by relevance Sort by last modified time
    Searched defs:GetOrCreateMax (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_context.cc 126 const xla::Computation* XlaContext::GetOrCreateMax(const DataType type) {
xla_op_kernel.cc 460 const xla::Computation* XlaOpKernelContext::GetOrCreateMax(
462 return XlaContext::Get(context_).GetOrCreateMax(type);

Completed in 113 milliseconds