Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dtypes.cc122 StatusOr<std::string> FormatDescriptorForPrimitiveType(PrimitiveType type) { in FormatDescriptorForPrimitiveType() function
H A Dtypes.h47 StatusOr<std::string> FormatDescriptorForPrimitiveType(PrimitiveType type);
H A Dpy_buffer.cc431 TF_ASSIGN_OR_RETURN(extra->format, FormatDescriptorForPrimitiveType( in PyBuffer_bf_getbuffer()