Home
last modified time | relevance | path

Searched refs:TypeDescriptorForPrimitiveType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dtypes.cc161 StatusOr<py::str> TypeDescriptorForPrimitiveType(PrimitiveType type) { in TypeDescriptorForPrimitiveType() function
H A Dtypes.h50 StatusOr<pybind11::str> TypeDescriptorForPrimitiveType(PrimitiveType type);
H A Dpy_buffer.cc339 TypeDescriptorForPrimitiveType( in CudaArrayInterface()