Home
last modified time | relevance | path

Searched defs:numpy (Results 1 – 9 of 9) 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/
Djax_jit.cc267 const auto numpy = py::module::import("numpy"); in GetNumpyScalarTypes() local
493 const auto numpy = py::module::import("numpy"); in ArgSignatureOfValue() local
697 static const auto* numpy = new py::module(py::module::import("numpy")); in HandleUint64() local
725 static const auto* numpy = new py::module(py::module::import("numpy")); in HandleNdarray() local
750 const auto numpy = py::module::import("numpy"); in DevicePut() local
/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/ragged/
Dragged_tensor.py1976 def numpy(self): member in RaggedTensor
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py619 def numpy(self): member in BaseResourceVariable
/external/tensorflow/tensorflow/python/distribute/
Dvalues.py723 def numpy(self): member in DistributedVariable
/external/tensorflow/tensorflow/python/framework/
Dops.py1058 def numpy(self): member in _EagerTensorBase