Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc584 static int Dtype() { return npy_bfloat16; } in Dtype() function
590 static int Dtype() { return NPY_UINT8; } in Dtype() function
596 static int Dtype() { return NPY_UINT16; } in Dtype() function
605 static int Dtype() { return NPY_UINT; } in Dtype() function
611 static int Dtype() { return NPY_ULONG; } in Dtype() function
617 static int Dtype() { return NPY_ULONGLONG; } in Dtype() function
623 static int Dtype() { return NPY_INT8; } in Dtype() function
629 static int Dtype() { return NPY_INT16; } in Dtype() function
635 static int Dtype() { return NPY_INT; } in Dtype() function
641 static int Dtype() { return NPY_LONG; } in Dtype() function
[all …]