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

  /external/u-boot/drivers/pinctrl/mvebu/
pinctrl-mvebu.h 18 * @max_func: maximum configurable function value for pins in this bank
25 uint max_func; member in struct:mvebu_pinctrl_priv
pinctrl-mvebu.c 102 if (function > priv->max_func) {
164 } else if (func > priv->max_func) {
202 priv->max_func = fdtdec_get_int(blob, node, "max-func",
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
softmax_op.cc 56 const xla::XlaComputation& max_func = *ctx->GetOrCreateMax(type); variable
60 xla::Reduce(logits, xla::MinValue(b, xla_type), max_func, {kClassDim});
94 const xla::XlaComputation& max_func = *ctx->GetOrCreateMax(type); local
102 xla::Reduce(logits, xla::MinValue(b, xla_type), max_func, {kClassDim});
  /external/freetype/src/truetype/
ttobjs.h 300 FT_UInt max_func; member in struct:TT_SizeRec_
ttobjs.c 1039 size->max_func = 0;
1083 size->max_func = 0;
    [all...]
ttinterp.c 432 exec->maxFunc = size->max_func;
523 size->max_func = exec->maxFunc;
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_function.cc 673 int TF_GraphGetFunctions(TF_Graph* g, TF_Function** funcs, int max_func,
680 const auto len = std::min(max_func, static_cast<int>(lib.function_size()));
c_api.h     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator_test.cc 1568 auto max_func = m_->AddEmbeddedComputation(max_computation.Build()); local
1620 auto max_func = m_->AddEmbeddedComputation(max_computation.Build()); local
    [all...]

Completed in 424 milliseconds