Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiled_cpu_function.cc30 num_args_(static_data.num_args_), in XlaCompiledCpuFunction()
101 return num_args_ - num_variables_ + index; in LookupVariableIndex()
Dxla_compiled_cpu_function.h77 int64 num_args_ = 0; variable
155 int num_args() const { return num_args_; } in num_args()
298 static_data->num_args_ = num_args; in set_static_data_num_args()
363 const int32 num_args_; variable
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc45 : name_(name), num_args_(0), fn0_(fn) { in Benchmark()
51 : name_(name), num_args_(1), fn1_(fn) { in Benchmark()
56 : name_(name), num_args_(2), fn2_(fn) { in Benchmark()
64 num_args_(-1), in Benchmark()
70 if (num_args_ == expected) return; in CheckArgCount()
75 if (num_args_ < 0) { in CheckArgCount()
Dtest_benchmark.h114 int num_args_; variable
/external/fmtlib/test/
Dformat144 size_t num_args_; // exposition only
171 : begin_(fmt.begin()), end_(fmt.end()), indexing_(unknown), next_arg_id_(0), num_args_(num_args) {}
194 //if (!(!__builtin_is_constant_evaluated() || id < num_args_))
/external/fmtlib/include/fmt/
Dformat.h3117 int num_args_;
3124 : base(format_str, eh), num_args_(num_args) {}
3128 if (id >= num_args_) this->on_error("argument not found");
3134 if (id >= num_args_) this->on_error("argument not found");
/external/fmtlib/
DChangeLog.rst593 if (id >= num_args_) on_error("argument not found");