Searched refs:max_func (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/drivers/pinctrl/mvebu/ |
D | pinctrl-mvebu.c | 102 if (function > priv->max_func) { in mvebu_pinctrl_set_state() 164 } else if (func > priv->max_func) { in mvebu_pinctrl_set_state_all() 202 priv->max_func = fdtdec_get_int(blob, node, "max-func", in mvebu_pinctl_probe()
|
D | pinctrl-mvebu.h | 25 uint max_func; member
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | softmax_op.cc | 56 const xla::XlaComputation& max_func = *ctx->GetOrCreateMax(type); in Compile() local 60 xla::Reduce(logits, xla::MinValue(b, xla_type), max_func, {kClassDim}); in Compile() 94 const xla::XlaComputation& max_func = *ctx->GetOrCreateMax(type); in CrossEntropyWithLogits() local 102 xla::Reduce(logits, xla::MinValue(b, xla_type), max_func, {kClassDim}); in CrossEntropyWithLogits()
|
/external/freetype/src/truetype/ |
D | ttobjs.h | 300 FT_UInt max_func; member
|
D | ttobjs.c | 1039 size->max_func = 0; in tt_size_done_bytecode() 1083 size->max_func = 0; in tt_size_init_bytecode()
|
D | ttinterp.c | 432 exec->maxFunc = size->max_func; in TT_Load_Context() 523 size->max_func = exec->maxFunc; in TT_Save_Context()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_function.cc | 673 int TF_GraphGetFunctions(TF_Graph* g, TF_Function** funcs, int max_func, in TF_GraphGetFunctions() argument 680 const auto len = std::min(max_func, static_cast<int>(lib.function_size())); in TF_GraphGetFunctions()
|
D | c_api.h | 1105 int max_func, TF_Status* status);
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_test.cc | 1568 auto max_func = m_->AddEmbeddedComputation(max_computation.Build()); in TEST_P() local 1583 shape, arg_instruction, init_value, window, max_func)); in TEST_P() 1620 auto max_func = m_->AddEmbeddedComputation(max_computation.Build()); in TEST_P() local 1635 shape, arg_instruction, init_value, window, max_func)); in TEST_P()
|