Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/summary/
Dsummary.py58 def scalar(name, tensor, collections=None, family=None): argument
88 def image(name, tensor, max_outputs=3, collections=None, family=None): argument
144 def histogram(name, values, collections=None, family=None): argument
185 def audio(name, tensor, sample_rate, max_outputs=3, collections=None, argument
234 def text(name, tensor, collections=None): argument
278 collections=None, argument
331 def merge(inputs, collections=None, name=None): argument
/external/tensorflow/tensorflow/python/ops/
Dlogging_ops.py391 def _Collect(val, collections, default_collections): argument
403 def histogram_summary(tag, values, collections=None, name=None): argument
443 def image_summary(tag, tensor, max_images=3, collections=None, name=None): argument
508 collections=None, argument
561 def merge_summary(inputs, collections=None, name=None): argument
649 def scalar_summary(tags, values, collections=None, name=None): argument
Dsummary_op_util.py28 def collect(val, collections, default_collections): argument
Dvariable_scope.py318 collections=None, argument
467 collections=None, argument
602 collections=None, argument
829 collections=None, argument
1275 collections=None, argument
1346 collections=None, argument
1568 collections=None, argument
1712 collections=None, argument
1756 collections=None, argument
Dpartitioned_variables.py246 trainable=True, collections=None, name=None, reuse=None): argument
Dvariables.py185 collections=None, argument
1465 collections=None, argument
1563 collections=None, argument
1682 collections=None, argument
/external/python/cpython3/Doc/library/
Dtyping.rst1057 Corresponding to built-in types
1116 Corresponding to types in :mod:`collections`
1172 Other concrete types
/external/rust/crates/rayon/src/
Dlib.rs94 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/tensorflow/tensorflow/python/training/
Dmoving_averages.py121 collections=None, argument
/external/jsoncpp/src/test_lib_json/
Djsontest.h267 #define JSONTEST_FIXTURE_V2(FixtureType, name, collections) \ argument
/external/python/cpython3/Doc/whatsnew/
D3.7.rst794 collections section in Improved Modules
1963 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.rst856 collections section in New, Improved, and Deprecated Modules
D3.8.rst695 collections section in Improved Modules
D3.3.rst1017 collections section in Improved Modules
D3.4.rst661 collections section in Improved Modules
/external/python/cpython3/Include/internal/
Dpycore_gc.h123 Py_ssize_t collections; member
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py169 def __init__(self, name, collections=None, capture_by_value=None): argument
824 collections=None, argument
/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()
Dpod-ner-impl_test.cc143 std::vector<std::unique_ptr<PodNerModel_::CollectionT>>* collections) { in FillCollections()
/external/guice/core/test/com/google/inject/spi/
DElementsTest.java1017 final ImmutableSet<Key<?>> collections = ImmutableSet.<Key<?>>of(arrayList, collection); in testNewPrivateBinder() local
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_utils.py63 collections=None, argument

12