Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.h36 StatusOr<int> GetElementTypeBytes(mlir::Type type);
Dhlo_utils.cc198 StatusOr<int> GetElementTypeBytes(mlir::Type type) { in GetElementTypeBytes() function
204 GetElementTypeBytes(complex_type.getElementType())); in GetElementTypeBytes()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc753 GetElementTypeBytes(literal.getType().getElementType())); in EmitConstant()