/aosp_15_r20/external/libopus/dnn/training_tf2/ |
H A D | dump_lpcnet.py | 119 def dump_layer_ignore(self, f, hf): argument 124 def dump_sparse_gru(self, f, hf): argument 151 def dump_grub(self, f, hf, gru_a_size): argument 185 def dump_gru_layer_dummy(self, f, hf): argument 194 def dump_dense_layer_impl(name, weights, bias, activation, f, hf): argument 202 def dump_dense_layer(self, f, hf): argument 212 def dump_mdense_layer(self, f, hf): argument 229 def dump_conv1d_layer(self, f, hf): argument 248 def dump_embedding_layer_impl(name, weights, f, hf): argument 255 def dump_embedding_layer(self, f, hf): argument [all …]
|
H A D | dump_plc.py | 108 def dump_layer_ignore(self, f, hf): argument 113 def dump_sparse_gru(self, f, hf): argument 140 def dump_gru_layer(self, f, hf): argument 177 def dump_gru_layer_dummy(self, f, hf): argument 186 def dump_dense_layer_impl(name, weights, bias, activation, f, hf): argument 194 def dump_dense_layer(self, f, hf): argument 204 def dump_conv1d_layer(self, f, hf): argument 245 hf = open(hfile, 'w') variable
|
H A D | keraslayerdump.py | 90 def dump_sparse_gru(self, f, hf): argument 116 def dump_gru_layer(self, f, hf, dotp=False, sparse=False): argument 159 def dump_dense_layer_impl(name, weights, bias, activation, f, hf): argument 167 def dump_dense_layer(self, f, hf): argument 175 def dump_conv1d_layer(self, f, hf): argument
|
/aosp_15_r20/packages/modules/DnsResolver/ |
D | sethostent.cpp | 49 static void sethostent_r(FILE** hf) { in sethostent_r() 56 static void endhostent_r(FILE** hf) { in endhostent_r() 74 FILE* hf = NULL; in _hf_gethtbyname2() local 203 FILE* hf = NULL; in _hf_gethtbyaddr() local
|
/aosp_15_r20/bionic/libc/dns/net/ |
H A D | sethostent.c | 80 sethostent_r(FILE **hf) in sethostent_r() 89 endhostent_r(FILE **hf) in endhostent_r() 144 FILE *hf; in _hf_gethtbyname2() local 258 FILE *hf; in _hf_gethtbyaddr() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/ |
D | unordered_set.hpp | 1152 unordered_set<T, H, P, A>::unordered_set(size_type n, const hasher& hf, in unordered_set() 1161 const hasher& hf, const key_equal& eql, const allocator_type& a) in unordered_set() 1209 std::initializer_list<value_type> list, size_type n, const hasher& hf, in unordered_set() 1229 size_type n, const hasher& hf, const allocator_type& a) in unordered_set() 1247 const hasher& hf, const allocator_type& a) in unordered_set() 1269 std::initializer_list<value_type> list, size_type n, const hasher& hf, in unordered_set() 1547 const hasher& hf, const key_equal& eql, const allocator_type& a) in unordered_multiset() 1555 size_type n, const hasher& hf, const key_equal& eql, in unordered_multiset() 1605 std::initializer_list<value_type> list, size_type n, const hasher& hf, in unordered_multiset() 1625 size_type n, const hasher& hf, const allocator_type& a) in unordered_multiset() [all …]
|
D | unordered_map.hpp | 1514 unordered_map<K, T, H, P, A>::unordered_map(size_type n, const hasher& hf, in unordered_map() 1523 size_type n, const hasher& hf, const key_equal& eql, in unordered_map() 1572 std::initializer_list<value_type> list, size_type n, const hasher& hf, in unordered_map() 1592 size_type n, const hasher& hf, const allocator_type& a) in unordered_map() 1610 size_type n, const hasher& hf, const allocator_type& a) in unordered_map() 1632 std::initializer_list<value_type> list, size_type n, const hasher& hf, in unordered_map() 1991 const hasher& hf, const key_equal& eql, const allocator_type& a) in unordered_multimap() 1999 size_type n, const hasher& hf, const key_equal& eql, in unordered_multimap() 2050 std::initializer_list<value_type> list, size_type n, const hasher& hf, in unordered_multimap() 2070 size_type n, const hasher& hf, const allocator_type& a) in unordered_multimap() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/ |
D | move_tests.cpp | 46 typename T::hasher hf, typename T::key_equal eq, in create() 59 typename T::hasher hf; in move_construct_tests1() local 110 typename T::hasher hf(1); in move_construct_tests2() local 183 typename T::hasher hf(1); in move_assign_tests2() local
|
D | copy_tests.cpp | 30 typename T::hasher hf; in copy_construct_tests1() local 87 typename T::hasher hf(1); in copy_construct_tests2() local
|
D | compile_tests.hpp | 546 void unordered_test(X& x, Key& k, Hash& hf, Pred& eq) in unordered_test() 708 void unordered_copyable_test(X& x, Key& k, T& t, Hash& hf, Pred& eq) in unordered_copyable_test() 817 void unordered_movable_test(X& x, Key& k, T& /* t */, Hash& hf, Pred& eq) in unordered_movable_test()
|
D | constructor_tests.cpp | 28 typename T::hasher hf; in constructor_tests1() local 179 typename T::hasher hf; in constructor_tests2() local
|
/aosp_15_r20/external/executorch/examples/qualcomm/qaihub_scripts/llama/ |
H A D | README.md | 12 ### Instructions 37 ### Instructions
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/hash/ |
H A D | Murmur3Hash32Test.java | 148 HashFn hf = in testParanoidHashBytes() local 161 HashFn hf = in testParanoid() local
|
H A D | Murmur3Hash128Test.java | 64 HashFn hf = in testParanoid() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/hash/ |
H A D | Murmur3Hash32Test.java | 148 HashFn hf = in testParanoidHashBytes() local 161 HashFn hf = in testParanoid() local
|
H A D | Murmur3Hash128Test.java | 64 HashFn hf = in testParanoid() local
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | variance_impl_avx2.c | 370 #define AOM_SUB_PIXEL_VAR_AVX2(w, h, wf, hf, wlog2, hlog2) \ argument 889 #define AOM_SUB_PIXEL_AVG_VAR_AVX2(w, h, wf, hf, wlog2, hlog2) \ argument
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcMisc.cpp | 52 GLhalf hf; in floatToHalfFloat() local 260 float halfFloatToFloat(GLhalf hf) in halfFloatToFloat()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/gtl/ |
H A D | flatset.h | 58 : rep_(N, hf, eq) {} in rep_() argument 69 : FlatSet(N, hf, eq) { in FlatSet() argument
|
H A D | flatmap.h | 75 : rep_(N, hf, eq) {} in rep_() argument 86 : FlatMap(N, hf, eq) { in FlatMap() argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/test/ |
D | extensions_hpp_test.cpp | 17 boost::hash<int[2]> hf; in main() local
|
D | hash_std_tuple_test.cpp | 29 boost::hash<typename T::value_type> hf; in tuple_tests() local
|
/aosp_15_r20/external/clang/test/SemaCUDA/ |
H A D | asm-constraints-mixed.cu | 21 void hf() { in hf() function
|
H A D | builtins.cu | 19 void hf() { in hf() function
|
/aosp_15_r20/external/nullaway/jar-infer/jar-infer-cli/src/main/java/com/uber/nullaway/jarinfer/ |
H A D | JarInfer.java | 38 HelpFormatter hf = new HelpFormatter(); in main() local
|