Home
last modified time | relevance | path

Searched defs:to_fill (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/aten/src/ATen/core/
Dunion_type.cpp65 void flattenUnion(const TypePtr& type, std::vector<TypePtr>* to_fill) { in flattenUnion()
153 void standardizeVectorForUnion(std::vector<TypePtr>& reference, std::vector<TypePtr>* to_fill) { in standardizeVectorForUnion()
164 std::vector<TypePtr> to_fill; in standardizeVectorForUnion() local
/external/arm-trusted-firmware/services/std_svc/trng/
Dtrng_entropy_pool.c79 const int to_fill = ((nbits + BITS_PER_WORD - 1) / BITS_PER_WORD); in trng_pack_entropy() local
/external/trusty/arm-trusted-firmware/services/std_svc/trng/
Dtrng_entropy_pool.c79 const int to_fill = ((nbits + BITS_PER_WORD - 1) / BITS_PER_WORD); in trng_pack_entropy() local
/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cu.cc252 __global__ void Iota(const int num_elements, const T offset, T* to_fill) { in Iota()