Home
last modified time | relevance | path

Searched refs:bytes_offset (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_arguments.cc241 new_val.bytes_offset = pos * 4; in ScalarArgumentsToStructWithScalarFields()
252 new_val.bytes_offset = pos * 4; in ScalarArgumentsToStructWithScalarFields()
264 new_val.bytes_offset = pos * 4; in ScalarArgumentsToStructWithScalarFields()
280 reinterpret_cast<float*>(&const_data_[it.second.bytes_offset]); in ScalarArgumentsToStructWithScalarFields()
287 reinterpret_cast<int32_t*>(&const_data_[it.second.bytes_offset]); in ScalarArgumentsToStructWithScalarFields()
307 new_val.bytes_offset = pos * 4; in ScalarArgumentsToStructWithVec4Fields()
322 new_val.bytes_offset = pos * 4; in ScalarArgumentsToStructWithVec4Fields()
338 new_val.bytes_offset = pos * 4; in ScalarArgumentsToStructWithVec4Fields()
355 reinterpret_cast<float*>(&const_data_[it.second.bytes_offset]); in ScalarArgumentsToStructWithVec4Fields()
362 reinterpret_cast<int32_t*>(&const_data_[it.second.bytes_offset]); in ScalarArgumentsToStructWithVec4Fields()
[all …]
Dmetal_arguments.h127 uint32_t bytes_offset = -1; member
139 uint32_t bytes_offset = -1; member
/external/libchrome/base/memory/
Dshared_memory_region_unittest.cc171 off_t bytes_offset = kPageSize; in TYPED_TEST() local
173 region.MapAt(bytes_offset, kDataSize - bytes_offset); in TYPED_TEST()
176 off_t int_offset = bytes_offset / sizeof(uint32_t); in TYPED_TEST()
/external/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc47 uint16 bytes_offset; member