Home
last modified time | relevance | path

Searched defs:ToVector (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/experimental/public/
H A Dconcrete_function_list.h48 inline std::vector<ConcreteFunction*> ConcreteFunctionList::ToVector() { in ToVector() function
/aosp_15_r20/external/webrtc/api/
H A Drtp_packet_infos_unittest.cc23 RtpPacketInfos::vector_type ToVector(Iterator begin, Iterator end) { in ToVector() function
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dutil.h107 std::vector<T> ToVector(const S& input) { in ToVector() function
/aosp_15_r20/external/cronet/net/tools/huffman_trie/huffman/
H A Dhuffman_builder_unittest.cc102 TEST(HuffmanBuilderTest, ToVector) { in TEST() argument
H A Dhuffman_builder.cc85 std::vector<uint8_t> HuffmanBuilder::ToVector() { in ToVector() function in net::huffman_trie::HuffmanBuilder
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dweights.h109 std::vector<T> ToVector() const { in ToVector() function
/aosp_15_r20/device/google/cuttlefish/host/commands/control_env_proxy_server/
Dmain.cpp168 std::vector<T> ToVector(const RepeatedPtrField<T>& repeated_field) { in ToVector() function in ControlEnvProxyServiceImpl
/aosp_15_r20/device/google/cuttlefish/host/commands/openwrt_control_server/
Dmain.cpp122 std::vector<T> ToVector(const RepeatedPtrField<T>& repeated_field) { in ToVector() function in cuttlefish::OpenwrtControlServiceImpl
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dbyte_buffer.cc99 std::vector<uint8_t> ByteBuffer::ToVector() const { in ToVector() function in bt::ByteBuffer
H A Dbyte_buffer_test.cc748 TEST(ByteBufferTest, ToVector) { in TEST() argument
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/include/
Dnearby_protocol.h343 [[nodiscard]] std::vector<uint8_t> ToVector() const { in ToVector() function
/aosp_15_r20/external/cronet/base/containers/
H A Denum_set_unittest.cc641 TEST_F(EnumSetTest, ToVector) { in TEST_F() argument