Searched refs:num_args_ (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiled_cpu_function.cc | 30 num_args_(static_data.num_args_), in XlaCompiledCpuFunction() 101 return num_args_ - num_variables_ + index; in LookupVariableIndex()
|
D | xla_compiled_cpu_function.h | 77 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/ |
D | test_benchmark.cc | 45 : 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()
|
D | test_benchmark.h | 114 int num_args_; variable
|
/external/fmtlib/test/ |
D | format | 144 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/ |
D | format.h | 3117 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/ |
D | ChangeLog.rst | 593 if (id >= num_args_) on_error("argument not found");
|