Home
last modified time | relevance | path

Searched defs:pylist (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_factory_ops.py35 def constant(pylist, dtype=None, ragged_rank=None, inner_shape=None, argument
88 def constant_value(pylist, dtype=None, ragged_rank=None, inner_shape=None, argument
139 def _inner_factory(pylist, dtype, shape, name=None): # pylint: disable=unused-argument argument
146 def _constant_value(ragged_factory, inner_factory, pylist, dtype, ragged_rank, argument
245 def _find_scalar_and_max_depth(pylist): argument
276 def _default_inner_shape_for_pylist(pylist, ragged_rank): argument
H A Dragged_const_op_test.py175 pylist, argument
293 pylist, argument
333 pylist, argument
383 pylist, argument
H A Dconvert_to_tensor_or_ragged_tensor_op_test.py51 def testConvertRaggedTensor(self, pylist, dtype=None, preferred_dtype=None): argument
75 pylist, argument
150 def testConvertTensor(self, pylist, dtype=None, preferred_dtype=None): argument
169 pylist, argument
H A Dragged_eager_test.py34 def testRaggedTensorToList(self, pylist, ragged_rank=None): argument
48 def testRaggedTensorStr(self, pylist, expected_str): argument
H A Dragged_constant_value_op_test.py184 pylist, argument
303 pylist, argument
H A Dragged_split_op_test.py255 pylist, argument
346 pylist, argument
/aosp_15_r20/external/python/cpython2/Lib/
Dpickletools.py773 pylist = StackObject( variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dpickletools.py1028 pylist = StackObject( variable
/aosp_15_r20/external/python/cpython3/Lib/
Dpickletools.py1028 pylist = StackObject( variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dpickletools.py1028 pylist = StackObject( variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dpickletools.py1028 pylist = StackObject( variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dpickletools.py1028 pylist = StackObject( variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dpickletools.py1028 pylist = StackObject( variable
/aosp_15_r20/external/python/cpython2/Modules/
Dselectmodule.c67 } pylist; typedef
/aosp_15_r20/external/python/cpython3/Modules/
Dselectmodule.c106 } pylist; typedef
/aosp_15_r20/external/python/cpython3/Python/
Dinitconfig.c482 PyObject *pylist = PyList_New(list->length); in _PyWideStringList_AsList() local