Searched defs:bytes_list (Results 1 – 11 of 11) sorted by relevance
164 tstring* construct_at_end(LimitedArraySlice<tstring>* bytes_list) { in construct_at_end()170 tstring* construct_at_end(SmallVector<tstring>* bytes_list) { in construct_at_end()175 bool ParseBytesList(Result* bytes_list) { in ParseBytesList()378 SmallVector<tstring> bytes_list; member
232 BytesList* bytes_list = in ExampleWithSomeFeatures() local370 BytesList* bytes_list = in Fuzz() local
170 tstring* construct_at_end(LimitedArraySlice<tstring>* bytes_list) { in construct_at_end()176 tstring* construct_at_end(SmallVector<tstring>* bytes_list) { in construct_at_end()181 bool ParseBytesList(Result* bytes_list) { in ParseBytesList()547 SmallVector<tstring> bytes_list; member1643 SmallVector<tstring> bytes_list; in FastParseSingleExample() local
82 BytesList bytes_list = 1; field
70 auto* bytes_list = feature.mutable_bytes_list(); in CreateFeatureFromStringVector() local
206 BytesList bytes_list = 2; field
1452 inline const ::tensorflow::BytesList& Feature::bytes_list() const { in bytes_list() function1467 inline void Feature::unsafe_arena_set_allocated_bytes_list(::tensorflow::BytesList* bytes_list) { in unsafe_arena_set_allocated_bytes_list()
721 Feature::_Internal::bytes_list(const Feature* msg) { in bytes_list() function in tensorflow::Feature::_Internal732 void Feature::set_allocated_bytes_list(::tensorflow::BytesList* bytes_list) { in set_allocated_bytes_list()
2303 CollectionDef::_Internal::bytes_list(const CollectionDef* msg) { in bytes_list() function in tensorflow::CollectionDef::_Internal2333 void CollectionDef::set_allocated_bytes_list(::tensorflow::CollectionDef_BytesList* bytes_list) { in set_allocated_bytes_list()
3985 inline const ::tensorflow::CollectionDef_BytesList& CollectionDef::bytes_list() const { in bytes_list() function4000 …ollectionDef::unsafe_arena_set_allocated_bytes_list(::tensorflow::CollectionDef_BytesList* bytes_l… in unsafe_arena_set_allocated_bytes_list()
287 let bytes_list = [uuid16_bytes, uuid32_bytes, uuid128_bytes]; localVariable