Home
last modified time | relevance | path

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

/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/tensorflow/tensorflow/python/data/experimental/ops/
Ddistribute.py198 def get_batch_dim(type_spec): argument
258 def recalculate_batch_size(type_spec): argument
282 def rebatch(type_spec): 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
447 TypeSpec type_spec = type_specs_.get(i); in CollectConfigurations() local
482 TypeSpec type_spec = type_specs_.get(i); in CollectLocales() local
512 TypeSpec type_spec = type_specs_.get(type_idx); in FindEntryByName() local
630 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
642 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/ops/structured/
Dstructured_tensor_test.py681 def testPyvalConversion(self, pyval, expected, type_spec=None): argument
807 def testFromPyvalError(self, pyval, err=ValueError, type_spec=None, msg=None): argument
/external/tensorflow/tensorflow/core/protobuf/
Dmeta_graph.proto236 TypeSpecProto type_spec = 1; field
/external/tensorflow/tensorflow/python/distribute/coordinator/
Dvalues.py162 def __init__(self, closure, type_spec): # pylint: disable=super-init-not-called argument
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc4142 PyObject* type_spec(PyObject_GetAttrString(arg, "_type_spec")); local
4208 PyObject* type_spec(PyObject_GetAttrString(arg, "_type_spec")); local