Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc63 static int Dtype() { return npy_type; } in Dtype() function
665 static int Dtype() { return NPY_UBYTE; } in Dtype() function
671 static int Dtype() { return NPY_USHORT; } in Dtype() function
680 static int Dtype() { return NPY_UINT; } in Dtype() function
686 static int Dtype() { return NPY_ULONG; } in Dtype() function
692 static int Dtype() { return NPY_ULONGLONG; } in Dtype() function
698 static int Dtype() { return NPY_BYTE; } in Dtype() function
704 static int Dtype() { return NPY_SHORT; } in Dtype() function
710 static int Dtype() { return NPY_INT; } in Dtype() function
716 static int Dtype() { return NPY_LONG; } in Dtype() function
[all …]