Home
last modified time | relevance | path

Searched defs:SizeInfo (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.h240 struct SizeInfo { struct
241 const int pos;
242 int size;
/external/autotest/client/site_tests/platform_DebugDaemonGetPerfData/
Dplatform_DebugDaemonGetPerfData.py42 SizeInfo = collections.namedtuple('SizeInfo', ['size', 'size_zipped']) variable in platform_DebugDaemonGetPerfData
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtensor_list_ops_decomposition.cc81 struct SizeInfo { struct
82 Value size;
83 bool fixed;
/external/llvm-project/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp455 static void setGroupSize(MVT VT, SmallVectorImpl<int> &SizeInfo) { in setGroupSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp449 static void setGroupSize(MVT VT, SmallVectorImpl<uint32_t> &SizeInfo) { in setGroupSize()