Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dunroll_batch_matmul.cc181 Type packed_type = RankedTensorType::get( in createMatMulOps() local
/external/mesa3d/src/compiler/glsl/
Dlower_packed_varyings.cpp704 const glsl_type *packed_type; in get_packed_varying_deref() local
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h383 Reference(const uint8_t *data, uint8_t parent_width, uint8_t packed_type) in Reference()
818 auto packed_type = (data_ + len * byte_width_)[i]; variable
869 auto packed_type = *--end; in GetRoot() local
/external/mesa3d/src/compiler/
Dglsl_types.cpp2840 union packed_type { union