Searched refs:arity_ (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_kernel.h | 40 arity_(0), in GpuKernel() 49 void set_arity(unsigned arity) { arity_ = arity; } in set_arity() 50 unsigned Arity() const override { return arity_; } in Arity() 84 unsigned arity_; // Number of formal parameters the kernel takes. variable
|
/external/v8/src/compiler/ |
D | js-operator.h | 155 : arity_(arity), frequency_(frequency), feedback_(feedback) { in ConstructParameters() 166 uint32_t arity() const { return arity_; } in arity() 168 return static_cast<int>(arity_ - kExtraConstructInputCount); in arity_without_implicit_args() 175 uint32_t const arity_; 309 : id_(id), arity_(arity) {} in CallRuntimeParameters() 312 size_t arity() const { return arity_; } in arity() 316 const size_t arity_; variable 554 : arity_(arity), site_(site) {} in CreateArrayParameters() 556 size_t arity() const { return arity_; } in arity() 560 size_t const arity_; [all …]
|
D | js-call-reducer.cc | 898 arity_(arity) { in FastApiCallReducerAssembler() 914 base::SmallVector<Node*, kInlineSize> inputs(c_argument_count + arity_ + in ReduceFastApiCall() 944 Linkage::GetStubCallDescriptor(graph()->zone(), cid, arity_ + kReceiver, in ReduceFastApiCall() 957 inputs[cursor++] = NumberConstant(arity_); in ReduceFastApiCall() 961 for (int i = 0; i < arity_; ++i) { in ReduceFastApiCall() 969 DCHECK_EQ(cursor, c_argument_count + arity_ + kExtraInputsCount); in ReduceFastApiCall() 999 const int arity_; member in v8::internal::compiler::FastApiCallReducerAssembler
|
/external/tensorflow/tensorflow/stream_executor/ |
D | kernel_spec.h | 278 size_t arity() const { return arity_; } in arity() 373 size_t arity_; variable
|
D | kernel_spec.cc | 247 MultiKernelLoaderSpec::MultiKernelLoaderSpec(size_t arity) : arity_(arity) {} in MultiKernelLoaderSpec()
|