Home
last modified time | relevance | path

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

12

/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
Dtest_yaml_ext.py271 def wrap_ext(collections): argument
/external/python/cpython3/Doc/library/
Dtyping.rst1964 Corresponding to built-in types
2024 Corresponding to types in :mod:`collections`
2080 Other concrete types
/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/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/crates/grpcio-sys/grpc/third_party/upb/cmake/
DCMakeLists.txt219 add_library(collections INTERFACE) target
/external/python/cpython3/Doc/whatsnew/
D3.5.rst900 collections section in Improved Modules
905 The :class:`~collections.OrderedDict` class is now implemented in C, which argument
D3.7.rst795 collections section in Improved Modules
1964 collections section in Deprecated Python modules, functions and methods
D3.2.rst858 collections section in New, Improved, and Deprecated Modules
D3.8.rst698 collections section in Improved Modules
/external/jsoncpp/src/test_lib_json/
Djsontest.h267 #define JSONTEST_FIXTURE_V2(FixtureType, name, collections) \ argument
/external/tensorflow/tensorflow/python/training/
Dmoving_averages.py118 collections=None, argument
/external/python/cpython3/Include/internal/
Dpycore_gc.h124 Py_ssize_t collections; member
/external/libtextclassifier/native/annotator/pod_ner/
Dutils.cc328 const std::vector<CollectionT> &collections, in ConvertTagsToAnnotatedSpans()
Dpod-ner-impl.cc72 std::vector<CollectionT> *collections) { in FillDefaultLabelsAndCollections()
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py205 collections=None, argument
1101 collections=None, argument
/external/guice/core/test/com/google/inject/spi/
DElementsTest.java1017 final ImmutableSet<Key<?>> collections = ImmutableSet.<Key<?>>of(arrayList, collection); in testNewPrivateBinder() local

12