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

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
softmax_op.cc 46 const xla::Computation& max_func = *ctx->GetOrCreateMax(type); variable
51 b->Reduce(logits, XlaHelpers::MinValue(b, type), max_func, {kClassDim});
84 const xla::Computation& max_func = *ctx->GetOrCreateMax(type); local
93 b->Reduce(logits, XlaHelpers::MinValue(b, type), max_func, {kClassDim});
  /external/freetype/src/truetype/
ttobjs.h 300 FT_UInt max_func; member in struct:TT_SizeRec_
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator_test.cc 1276 auto max_func = module().AddEmbeddedComputation(max_computation.Build()); local
    [all...]

Completed in 513 milliseconds