Home
last modified time | relevance | path

Searched defs:__array__ (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/intel/broadwell/pch/
H A Dme_status.c11 #define ARRAY_TO_ELEMENT(__array__, __index__, __default__) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_test.py346 def __array__(self): member in Tests.testConvertFromArrayInterface.MyArrayClass
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dkeras_tensor.py253 def __array__(self): member in KerasTensor
/aosp_15_r20/external/pytorch/torch/onnx/_internal/exporter/
H A D_core.py117 def __array__(self, dtype: Any = None, copy: bool | None = None) -> np.ndarray: member in TorchTensor
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/lib/
H A Dtest_arraysetops.py60 def __array__(self): member in TestSetOps.test_intersect1d_array_like.Test
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_scalarmath.py645 def __array__(self): member in TestMultiply.test_no_seq_repeat_basic_array_like.ArrayLike
H A Dtest_multiarray.py960 def __array__(self, dtype=None): member in TestCreation.test_from_attribute.x
6111 def __array__(self): member in TestArrayCreationCopyArgument.test___array__.ArrayLike
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtensor_util_test.py560 def __array__(self, dtype=None): member in TensorUtilTest.testArrayMethod.Wrapper
H A Dops.py920 def __array__(self, dtype=None): member in Tensor
1109 def __array__(self, dtype=None): member in _EagerTensorBase
/aosp_15_r20/external/pytorch/torch/
H A D_tensor.py1145 def __array__(self, dtype=None): member in Tensor
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dps_values.py461 def __array__(self, dtype=None): member in CachingVariable
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/impl/
H A Dapi_test.py806 def __array__(self): member in ApiTest.test_converted_call_native_binding_errorneous.FaultyBinding
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dresource_variable_ops.py485 def __array__(self, dtype=None): member in BaseResourceVariable
/aosp_15_r20/external/pytorch/test/
H A Dtest_overrides.py138 def __array__(self): member in DiagonalTensor