Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dcl_utils.cpp53 size_t GetElementSize(const cl_image_format &image_format) in GetElementSize() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/common/
Dtensor_util.cc220 size_t GetElementSize(const TensorT &tensor) { return GetElementSize(TypeId(tensor.dataType)); } in GetElementSize() function
222 size_t GetElementSize(const TypeId &dataType) { in GetElementSize() function
/third_party/flatbuffers/src/
Dbinary_annotator.h371 uint64_t GetElementSize(const reflection::Field *const field) { in GetElementSize() function