Home
last modified time | relevance | path

Searched defs:pyval (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/structured/
H A Dstructured_tensor.py858 def from_pyval(cls, pyval, typespec=None): argument
885 def _from_pyval(cls, pyval, typespec, path_so_far): argument
915 def _from_pydict(cls, pyval, typespec, path_so_far): argument
932 def _from_pylist_of_dict(cls, pyval, keys, rank, typespec, path_so_far): argument
965 def _from_pylist_of_empty_dict(cls, pyval, rank): argument
984 def _from_pylist_of_value(cls, pyval, typespec, path_so_far): argument
1024 def _from_pyscalar(cls, pyval, typespec, path_so_far): argument
1389 def _pyval_find_struct_keys_and_depth(pyval, keys): argument
1420 def _pyval_update_fields(pyval, fields, depth): argument
1443 def _pyval_empty_list_depth(pyval): argument
[all …]
H A 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
1555 def testWithUpdatesValues(self, pyval, updates): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_client.py255 def shape_from_pyval(pyval): argument
258 def convert(pyval): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python_api/
H A Dxla_shape.py92 def from_pyval(pyval): argument