/external/tensorflow/tensorflow/python/types/ |
D | core.py | 75 def numpy(self): member in Value
|
/external/pytorch/ |
D | mypy-strict.ini | 53 ignore_missing_imports = True
|
D | mypy.ini | 172 ignore_missing_imports = True
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | py_values.cc | 289 const auto numpy = py::module::import("numpy"); in DevicePut() local 470 const auto numpy = py::module::import("numpy"); in PyArgSignatureOfValue() local
|
D | types.cc | 97 const auto numpy = py::module::import("numpy"); in GetNumpyScalarTypes() local
|
/external/ml_dtypes/ml_dtypes/_src/ |
D | intn_numpy.h | 753 bool RegisterIntNUFuncs(PyObject* numpy) { in RegisterIntNUFuncs() 768 bool RegisterIntNDtype(PyObject* numpy) { in RegisterIntNDtype()
|
D | ufuncs.h | 105 bool RegisterUFunc(PyObject* numpy, const char* name) { in RegisterUFunc()
|
D | custom_float.h | 742 bool RegisterFloatUFuncs(PyObject* numpy) { in RegisterFloatUFuncs() 849 bool RegisterFloatDtype(PyObject* numpy) { in RegisterFloatDtype()
|
D | dtypes.cc | 379 Safe_PyObjectPtr numpy = make_safe(PyImport_Import(numpy_str.get())); in Initialize() local
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_tensor_supported_values_test.py | 496 def numpy(self): member in RaggedTensorSpecSupportedValuesTest.testToList.WrappedTensorWithNumpy
|
D | ragged_tensor.py | 2077 def numpy(self): member in RaggedTensor
|
/external/pytorch/benchmarks/tensorexpr/ |
D | pt_engine.py | 24 def numpy(self, t): member in TorchTensorEngine
|
/external/pytorch/torch/onnx/_internal/exporter/ |
D | _core.py | 103 def numpy(self) -> np.ndarray: member in TorchTensor
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | bfloat16.cc | 1006 bool RegisterUFunc(PyObject* numpy, const char* name) { in RegisterUFunc() 1477 bool RegisterUFuncs(PyObject* numpy) { in RegisterUFuncs() 1601 bool RegisterNumpyDtype(PyObject* numpy) { in RegisterNumpyDtype() 1818 Safe_PyObjectPtr numpy = make_safe(PyImport_Import(numpy_str.get())); in Initialize() local
|
/external/tensorflow/tensorflow/python/distribute/ |
D | sharded_variable.py | 756 def numpy(self): member in ShardedVariableMixin
|
D | ps_values.py | 473 def numpy(self): member in CachingVariable
|
D | values.py | 761 def numpy(self): member in DistributedVariable
|
/external/pytorch/torch/distributed/ |
D | _functional_collectives.py | 656 def numpy(self): member in AsyncCollectiveTensor
|
/external/tensorflow/tensorflow/python/ops/ |
D | resource_variable_ops.py | 637 def numpy(self): member in BaseResourceVariable
|
/external/pytorch/torch/testing/_internal/opinfo/ |
D | core.py | 293 def numpy(self): member in SampleInput
|
/external/tensorflow/tensorflow/python/framework/ |
D | ops.py | 1131 def numpy(self): member in _EagerTensorBase
|