/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | distribute.py | 201 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/ |
D | composite_tensor_ops.py | 26 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/ |
D | keras_tensor.py | 120 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
|
D | input_layer.py | 106 type_spec=None, argument 266 type_spec=None, argument
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | LoadedArsc.java | 86 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
|
D | CppAssetManager2.java | 668 TypeSpec type_spec = loaded_package.GetTypeSpecByTypeIndex(type_idx); in FindEntry() local
|
/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
D | LoadedArsc.java | 93 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
|
D | CppAssetManager2.java | 677 TypeSpec type_spec = loaded_package.GetTypeSpecByTypeIndex(type_idx); in FindEntry() local
|
/external/python/cpython3/Modules/_sqlite/ |
D | prepare_protocol.c | 56 static PyType_Spec type_spec = { variable
|
/external/tensorflow/tensorflow/python/framework/ |
D | type_spec.py | 712 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/ |
D | structured_tensor_test.py | 956 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/ |
D | meta_graph.proto | 233 TypeSpecProto type_spec = 1; field
|
/external/tensorflow/tensorflow/python/distribute/coordinator/ |
D | values.py | 158 def __init__(self, closure, type_spec): # pylint: disable=super-init-not-called argument
|