Home
last modified time | relevance | path

Searched defs:collect (Results 1 – 25 of 155) sorted by relevance

1234567

/external/pytorch/torch/csrc/dynamo/
Dcompiled_autograd.h217 void collect(const TensorArg& t) { in collect() function
229 void collect(const at::Tensor& t) { in collect() function
232 void collect(const SavedVariable& sv, bool is_output) { in collect() function
236 void collect(const c10::SymInt& t) { in collect() function
239 void collect(const std::vector<SavedVariable>& t, bool is_output) { in collect() function
246 void collect(const std::vector<T>& t) { in collect() function
252 void collect(const c10::ArrayRef<SavedVariable>& t, bool is_output) { in collect() function
259 void collect(const c10::ArrayRef<T>& t) { in collect() function
266 void collect(const c10::OptionalArray<T>& t) { in collect() function
270 void collect(const std::optional<T>& t) { in collect() function
[all …]
/external/rust/android-crates-io/crates/config/src/
Dsource.rs17 fn collect(&self) -> Result<Map<String, Value>>; in collect() method
59 async fn collect(&self) -> Result<Map<String, Value>>; in collect() method
89 fn collect(&self) -> Result<Map<String, Value>> { in collect() method
109 fn collect(&self) -> Result<Map<String, Value>> { in collect() function
132 fn collect(&self) -> Result<Map<String, Value>> { in collect() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DFlow.kt194 public suspend fun collect(collector: FlowCollector<T>) in collect() method
223 public final override suspend fun collect(collector: FlowCollector<T>) { in collect() method in kotlinx.coroutines.flow.AbstractFlow
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/
DCollect.kt26 public suspend fun Flow<*>.collect(): Unit = collect(NopCollector) in collect() method
110 public suspend inline fun <T> Flow<T>.collect(crossinline action: suspend (value: T) -> Unit): Unit… in collect() method
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUCurrencyMetaInfo.java73 private <T> List<T> collect(Collector<T> collector, CurrencyFilter filter) { in collect() method in ICUCurrencyMetaInfo
205 …public void collect(String region, String currency, long from, long to, int priority, boolean tend… in collect() method in ICUCurrencyMetaInfo.InfoCollector
224 public void collect( in collect() method in ICUCurrencyMetaInfo.RegionCollector
244 public void collect( in collect() method in ICUCurrencyMetaInfo.CurrencyCollector
282 … void collect(String region, String currency, long from, long to, int priority, boolean tender); in collect() method
/external/icu/icu4j/main/currdata/src/main/java/com/ibm/icu/impl/
DICUCurrencyMetaInfo.java71 private <T> List<T> collect(Collector<T> collector, CurrencyFilter filter) { in collect() method in ICUCurrencyMetaInfo
203 …public void collect(String region, String currency, long from, long to, int priority, boolean tend… in collect() method in ICUCurrencyMetaInfo.InfoCollector
222 public void collect( in collect() method in ICUCurrencyMetaInfo.RegionCollector
242 public void collect( in collect() method in ICUCurrencyMetaInfo.CurrencyCollector
280 … void collect(String region, String currency, long from, long to, int priority, boolean tender); in collect() method
/external/mesa3d/src/gallium/frontends/rusticl/proc/
Dlib.rs65 let mut collect = true; in cl_entrypoint() localVariable
150 let mut collect = false; in cl_info_entrypoint() localVariable
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxChannel.kt16 public suspend inline fun <T> MaybeSource<T>.collect(action: (T) -> Unit): Unit = in collect() method
25 public suspend inline fun <T> ObservableSource<T>.collect(action: (T) -> Unit): Unit = in collect() method
/external/pigweed/pw_allocator/py/pw_allocator/
Dbenchmarks.py119 def collect(self): member in Benchmark
165 def collect(self): member in BenchmarkSuite
/external/json-schema-validator/src/main/java/com/networknt/schema/
DCollector.java43 public E collect(); in collect() method
/external/rust/android-crates-io/crates/indexmap/src/rayon/
Dmod.rs12 fn collect<I: IntoParallelIterator>(iter: I) -> LinkedList<Vec<I::Item>> { in collect() function
/external/rust/android-crates-io/crates/hashbrown/src/external_trait_impls/rayon/
Dhelpers.rs8 pub(super) fn collect<I: IntoParallelIterator>(iter: I) -> (LinkedList<Vec<I::Item>>, usize) { in collect() function
/external/rust/android-crates-io/extra_versions/crates/hashbrown/src/external_trait_impls/rayon/
Dhelpers.rs8 pub(super) fn collect<I: IntoParallelIterator>(iter: I) -> (LinkedList<Vec<I::Item>>, usize) { in collect() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/
DDXILResource.cpp26 template <typename T> void ResourceTable<T>::collect(Module &M) { in collect() function in ResourceTable
37 template <> void ResourceTable<ConstantBuffer>::collect(Module &M) { in collect() function in ResourceTable
54 void Resources::collect(Module &M) { in collect() function in Resources
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DCollectionStrategy.java20 ProjectRoot collect(Path path); in collect() method
DParserCollectionStrategy.java32 public ProjectRoot collect(Path path) { in collect() method in ParserCollectionStrategy
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/utils/
DSymbolSolverCollectionStrategy.java38 public ProjectRoot collect(Path path) { in collect() method in SymbolSolverCollectionStrategy
/external/aws-sdk-java-v2/docs/design/core/metrics/prototype/
DMetricCollector.java53 MetricCollection collect(); in collect() method
/external/jsoup/src/main/java/org/jsoup/select/
DCollector.java24 public static Elements collect (Evaluator eval, Element root) { in collect() method in Collector
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DStreams.java211 public <A, R> R collect(final Collector<? super O, A, R> collector) { in collect() method in Streams.FailableStream
269 …public <A, R> R collect(final Supplier<R> supplier, final BiConsumer<R, ? super O> accumulator, fi… in collect() method in Streams.FailableStream
/external/aws-sdk-java-v2/core/metrics-spi/src/main/java/software/amazon/awssdk/metrics/
DMetricCollector.java52 MetricCollection collect(); in collect() method
DNoOpMetricCollector.java46 public MetricCollection collect() { in collect() method in NoOpMetricCollector
/external/mesa3d/src/panfrost/compiler/
Dbi_opt_copy_prop.c61 bi_instr *collect = collects[I->src[0].value]; in bi_opt_copy_prop() local
/external/tensorflow/tensorflow/python/ops/
Dsummary_op_util.py24 def collect(val, collections, default_collections): function
/external/mesa3d/src/panfrost/compiler/valhall/
Dva_lower_split_64bit.c49 bi_instr *collect = bi_collect_i32_to(&b, vec, 2); in lower_split_src() local

1234567