Searched refs:max_func (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | softmax_op.cc | 81 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/ |
D | c_api_function.cc | 271 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()
|
D | c_api.h | 901 int max_func, TF_Status* status);
|
/external/freetype/src/truetype/ |
D | ttobjs.h | 299 FT_UInt max_func; member
|
D | ttobjs.c | 1053 size->max_func = 0; in tt_size_done_bytecode() 1097 size->max_func = 0; in tt_size_init_bytecode()
|
D | ttinterp.c | 431 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/ |
D | hlo_evaluator_test.cc | 165 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()
|