Home
last modified time | relevance | path

Searched defs:numpy (Results 1 – 12 of 12) sorted by relevance

/external/python/pybind11/docs/advanced/pycpp/
Dnumpy.rst1 .. _numpy: target
/external/tensorflow/tensorflow/python/types/
Dcore.py75 def numpy(self): member in Value
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_values.cc292 const auto numpy = py::module::import("numpy"); in DevicePut() local
473 const auto numpy = py::module::import("numpy"); in PyArgSignatureOfValue() local
Dtypes.cc96 const auto numpy = py::module::import("numpy"); in GetNumpyScalarTypes() local
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor_supported_values_test.py523 def numpy(self): member in RaggedTensorSpecSupportedValuesTest.testToList.WrappedTensorWithNumpy
Dragged_tensor.py2053 def numpy(self): member in RaggedTensor
/external/tensorflow/tensorflow/python/distribute/
Dps_values.py460 def numpy(self): member in CachingVariable
Dvalues.py776 def numpy(self): member in DistributedVariable
/external/python/pybind11/tests/
Dtest_numpy_array.cpp19 py::dtype numpy{}; member
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc804 bool RegisterUFunc(PyObject* numpy, const char* name) { in RegisterUFunc()
1303 Safe_PyObjectPtr numpy = make_safe(PyImport_Import(numpy_str.get())); in Initialize() local
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py629 def numpy(self): member in BaseResourceVariable
/external/tensorflow/tensorflow/python/framework/
Dops.py1078 def numpy(self): member in _EagerTensorBase