Home
last modified time | relevance | path

Searched defs:__array_interface__ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtensor_util_test.py584 def __array_interface__(self): member in TensorUtilTest.testArrayInterface.Wrapper
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_multiarray.py6093 __array_interface__ = base_arr.__array_interface__ variable in TestArrayCreationCopyArgument.test_array_interfaces.ArrayLike
6277 def __array_interface__(self): member in TestArrayInterface.Foo