Home
last modified time | relevance | path

Searched defs:max_func (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsoftmax_op.cc46 const xla::Computation& max_func = *ctx->GetOrCreateMax(type); in Compile() local
84 const xla::Computation& max_func = *ctx->GetOrCreateMax(type); in CrossEntropyWithLogits() local
/external/freetype/src/truetype/
Dttobjs.h300 FT_UInt max_func; member
/external/tensorflow/tensorflow/c/
Dc_api_function.cc567 int TF_GraphGetFunctions(TF_Graph* g, TF_Function** funcs, int max_func, in TF_GraphGetFunctions()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc1276 auto max_func = module().AddEmbeddedComputation(max_computation.Build()); in TEST_P() local