Home
last modified time | relevance | path

Searched defs:dtype_enum (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dpython_tensor_converter_wrapper.cc98 DataType dtype_enum = static_cast<DataType>(PY_INT_AS_LONG(dtype.ptr())); in Convert() local
/external/tensorflow/tensorflow/python/ops/linalg/sparse/
Dsparse_csr_matrix_ops.py53 def _create_handle_data_proto(shape_proto, dtype_enum): argument
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2195 PyObject* dtype_enum = PyObject_GetAttrString(dtype_object, "_type_enum"); local