Home
last modified time | relevance | path

Searched defs:collections (Results 1 – 25 of 62) sorted by relevance

123

/external/tensorflow/tensorflow/python/summary/
Dsummary.py60 def scalar(name, tensor, collections=None, family=None): argument
141 def image(name, tensor, max_outputs=3, collections=None, family=None): argument
257 def histogram(name, values, collections=None, family=None): argument
349 def audio(name, tensor, sample_rate, max_outputs=3, collections=None, argument
470 def text(name, tensor, collections=None): argument
562 collections=None, argument
615 def merge(inputs, collections=None, name=None): argument
/external/tensorflow/tensorflow/python/ops/
Dlogging_ops.py403 def _Collect(val, collections, default_collections): argument
415 def histogram_summary(tag, values, collections=None, name=None): argument
455 def image_summary(tag, tensor, max_images=3, collections=None, name=None): argument
520 collections=None, argument
573 def merge_summary(inputs, collections=None, name=None): argument
661 def scalar_summary(tags, values, collections=None, name=None): argument
Dsummary_op_util.py24 def collect(val, collections, default_collections): argument
Dvariable_scope.py324 collections=None, argument
473 collections=None, argument
608 collections=None, argument
835 collections=None, argument
1281 collections=None, argument
1352 collections=None, argument
1607 collections=None, argument
1784 collections=None, argument
1828 collections=None, argument
Dpartitioned_variables.py281 trainable=True, collections=None, name=None, reuse=None): argument
/external/python/pyyaml/tests/lib/
Dtest_appliance.py6 def find_test_functions(collections): argument
119 def run(collections, args=None): argument
/external/rust/android-crates-io/crates/arbitrary/src/foreign/std/
Dmod.rs6 mod collections; module
/external/rust/android-crates-io/crates/arbitrary/src/foreign/alloc/
Dmod.rs8 mod collections; module
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/
Dlib.rs42 mod collections; module
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/
Dlib.rs42 mod collections; module
/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/testutils/
DMemory.java58 MemoryUsage collections = item.getCollectionUsage(); in poolSummaries() local
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
Dvariable_scope_shim.py162 collections=None, argument
305 collections=None, # pylint: disable=unused-argument argument
/external/rust/android-crates-io/crates/rayon/src/
Dlib.rs99 pub mod collections; module
/external/guava/android/guava-tests/benchmark/com/google/common/collect/
DSortedCopyBenchmark.java86 int collections(int reps) { in collections() method in SortedCopyBenchmark
/external/guava/guava-tests/benchmark/com/google/common/collect/
DSortedCopyBenchmark.java86 int collections(int reps) { in collections() method in SortedCopyBenchmark
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/cmake/
DCMakeLists.txt219 add_library(collections INTERFACE) target
/external/python/cpython3/Doc/whatsnew/
D3.7.rst795 collections section in Improved Modules
1977 collections section in Deprecated Python modules, functions and methods
D3.5.rst900 collections section in Improved Modules
905 The :class:`~collections.OrderedDict` class is now implemented in C, which argument
D3.2.rst861 collections section in New, Improved, and Deprecated Modules
D3.8.rst698 collections section in Improved Modules
/external/tensorflow/tensorflow/python/training/
Dmoving_averages.py118 collections=None, argument
/external/jsoncpp/src/test_lib_json/
Djsontest.h267 #define JSONTEST_FIXTURE_V2(FixtureType, name, collections) \ argument
/external/python/cpython3/Doc/library/
Dtyping.rst3543 .. _other-concrete-types:
/external/libtextclassifier/native/annotator/pod_ner/
Dutils.cc328 const std::vector<CollectionT> &collections, in ConvertTagsToAnnotatedSpans()
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py205 collections=None, argument
1101 collections=None, argument

123