Home
last modified time | relevance | path

Searched defs:type_spec (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/ops/
Ddistribute.py201 def get_batch_dim(type_spec): argument
267 def recalculate_batch_size(type_spec): argument
292 def rebatch(type_spec): argument
513 def get_static_batch_dim(type_spec): argument
/external/tensorflow/tensorflow/python/ops/
Dcomposite_tensor_ops.py26 def composite_tensor_to_variants(value, type_spec=None, name=None): argument
60 def composite_tensor_from_variant(encoded, type_spec, name=None): argument
/external/tensorflow/tensorflow/python/keras/engine/
Dkeras_tensor.py120 def __init__(self, type_spec, inferred_value=None, name=None): argument
130 def type_spec(self): member in KerasTensor
186 def from_type_spec(cls, type_spec, name=None): argument
527 def from_type_spec(cls, type_spec, name=None): argument
601 def keras_tensor_from_type_spec(type_spec, name=None): argument
Dinput_layer.py106 type_spec=None, argument
266 type_spec=None, argument
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DLoadedArsc.java86 ResTable_typeSpec type_spec; field in LoadedArsc.TypeSpec
200 TypeSpec type_spec = new TypeSpec(); in Build() local
452 TypeSpec type_spec = type_specs_.get(i); in CollectConfigurations() local
487 TypeSpec type_spec = type_specs_.get(i); in CollectLocales() local
517 TypeSpec type_spec = type_specs_.get(type_idx); in FindEntryByName() local
635 ResTable_typeSpec type_spec = new ResTable_typeSpec(child_chunk.myBuf(), in Load() local
DCppAssetManager2.java668 TypeSpec type_spec = loaded_package.GetTypeSpecByTypeIndex(type_idx); in FindEntry() local
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DLoadedArsc.java93 ResTable_typeSpec type_spec; field in LoadedArsc.TypeSpec
206 TypeSpec type_spec = new TypeSpec(); in Build() local
459 TypeSpec type_spec = type_specs_.get(i); in CollectConfigurations() local
494 TypeSpec type_spec = type_specs_.get(i); in CollectLocales() local
524 TypeSpec type_spec = type_specs_.get(type_idx); in FindEntryByName() local
689 ResTable_typeSpec type_spec = new ResTable_typeSpec(child_chunk.myBuf(), in Load() local
DCppAssetManager2.java677 TypeSpec type_spec = loaded_package.GetTypeSpecByTypeIndex(type_idx); in FindEntry() local
/external/python/cpython3/Modules/_sqlite/
Dprepare_protocol.c56 static PyType_Spec type_spec = { variable
/external/tensorflow/tensorflow/python/framework/
Dtype_spec.py712 def batch(self, type_spec, batch_size): argument
715 def unbatch(self, type_spec): argument
718 def encode(self, type_spec, value, minimum_rank=0): argument
730 def decode(self, type_spec, encoded_value): argument
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_tensor_test.py956 def testPyvalConversion(self, pyval, expected, type_spec=None): argument
1093 def testFromPyvalError(self, pyval, err=ValueError, type_spec=None, msg=None): argument
/external/tensorflow/tensorflow/core/protobuf/
Dmeta_graph.proto233 TypeSpecProto type_spec = 1; field
/external/tensorflow/tensorflow/python/distribute/coordinator/
Dvalues.py158 def __init__(self, closure, type_spec): # pylint: disable=super-init-not-called argument