Home
last modified time | relevance | path

Searched defs:bytes_list (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/parse_example/
H A Dexample_proto_fast_parsing.h164 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
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing_test.cc232 BytesList* bytes_list = in ExampleWithSomeFeatures() local
370 BytesList* bytes_list = in Fuzz() local
H A Dexample_proto_fast_parsing.cc170 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; member
1643 SmallVector<tstring> bytes_list; in FastParseSingleExample() local
/aosp_15_r20/external/tensorflow/tensorflow/core/example/
H A Dfeature.proto82 BytesList bytes_list = 1; field
/aosp_15_r20/external/federated-compute/fcp/client/opstats/
H A Dopstats_example_store.cc70 auto* bytes_list = feature.mutable_bytes_list(); in CreateFeatureFromStringVector() local
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dmeta_graph.proto206 BytesList bytes_list = 2; field
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/example/
Dfeature.pb.h1452 inline const ::tensorflow::BytesList& Feature::bytes_list() const { in bytes_list() function
1467 inline void Feature::unsafe_arena_set_allocated_bytes_list(::tensorflow::BytesList* bytes_list) { in unsafe_arena_set_allocated_bytes_list()
Dfeature.pb.cc721 Feature::_Internal::bytes_list(const Feature* msg) { in bytes_list() function in tensorflow::Feature::_Internal
732 void Feature::set_allocated_bytes_list(::tensorflow::BytesList* bytes_list) { in set_allocated_bytes_list()
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Dmeta_graph.pb.cc2303 CollectionDef::_Internal::bytes_list(const CollectionDef* msg) { in bytes_list() function in tensorflow::CollectionDef::_Internal
2333 void CollectionDef::set_allocated_bytes_list(::tensorflow::CollectionDef_BytesList* bytes_list) { in set_allocated_bytes_list()
Dmeta_graph.pb.h3985 inline const ::tensorflow::CollectionDef_BytesList& CollectionDef::bytes_list() const { in bytes_list() function
4000 …ollectionDef::unsafe_arena_set_allocated_bytes_list(::tensorflow::CollectionDef_BytesList* bytes_l… in unsafe_arena_set_allocated_bytes_list()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs287 let bytes_list = [uuid16_bytes, uuid32_bytes, uuid128_bytes]; localVariable