Home
last modified time | relevance | path

Searched refs:max_func (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsoftmax_op.cc81 const xla::XlaComputation& max_func = *ctx->GetOrCreateMax(type); in Compile() local
85 xla::Reduce(logits, xla::MinValue(b, xla_type), max_func, {kClassDim}); in Compile()
119 const xla::XlaComputation& max_func = *ctx->GetOrCreateMax(type); in CrossEntropyWithLogits() local
127 xla::Reduce(logits, xla::MinValue(b, xla_type), max_func, {kClassDim}); in CrossEntropyWithLogits()
/external/tensorflow/tensorflow/c/
Dc_api_function.cc271 int TF_GraphGetFunctions(TF_Graph* g, TF_Function** funcs, int max_func, in TF_GraphGetFunctions() argument
278 const auto len = std::min(max_func, static_cast<int>(lib.function_size())); in TF_GraphGetFunctions()
Dc_api.h901 int max_func, TF_Status* status);
/external/freetype/src/truetype/
Dttobjs.h299 FT_UInt max_func; member
Dttobjs.c1053 size->max_func = 0; in tt_size_done_bytecode()
1097 size->max_func = 0; in tt_size_init_bytecode()
Dttinterp.c431 exec->maxFunc = size->max_func; in TT_Load_Context()
522 size->max_func = exec->maxFunc; in TT_Save_Context()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc165 auto max_func = m_->AddEmbeddedComputation(MaxComputationScalarF32()); in ReduceWindowMaxIotaTest() local
182 shape, arg_instruction, init_value, window, max_func)); in ReduceWindowMaxIotaTest()
2645 auto max_func = m_->AddEmbeddedComputation(MaxComputationScalarF32()); in TEST_P() local
2660 shape, arg_instruction, init_value, window, max_func)); in TEST_P()