/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/ |
H A D | ragged_factory_ops.py | 35 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 D | ragged_const_op_test.py | 175 pylist, argument 293 pylist, argument 333 pylist, argument 383 pylist, argument
|
H A D | convert_to_tensor_or_ragged_tensor_op_test.py | 51 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 D | ragged_eager_test.py | 34 def testRaggedTensorToList(self, pylist, ragged_rank=None): argument 48 def testRaggedTensorStr(self, pylist, expected_str): argument
|
H A D | ragged_constant_value_op_test.py | 184 pylist, argument 303 pylist, argument
|
H A D | ragged_split_op_test.py | 255 pylist, argument 346 pylist, argument
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | pickletools.py | 773 pylist = StackObject( variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | pickletools.py | 1028 pylist = StackObject( variable
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | pickletools.py | 1028 pylist = StackObject( variable
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | pickletools.py | 1028 pylist = StackObject( variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | pickletools.py | 1028 pylist = StackObject( variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | pickletools.py | 1028 pylist = StackObject( variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | pickletools.py | 1028 pylist = StackObject( variable
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | selectmodule.c | 67 } pylist; typedef
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | selectmodule.c | 106 } pylist; typedef
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | initconfig.c | 482 PyObject *pylist = PyList_New(list->length); in _PyWideStringList_AsList() local
|