Home
last modified time | relevance | path

Searched defs:hf (Results 1 – 25 of 114) sorted by relevance

12345

/aosp_15_r20/external/libopus/dnn/training_tf2/
H A Ddump_lpcnet.py119 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 Ddump_plc.py108 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 Dkeraslayerdump.py90 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/
Dsethostent.cpp49 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 Dsethostent.c80 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/
Dunordered_set.hpp1152 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 …]
Dunordered_map.hpp1514 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/
Dmove_tests.cpp46 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
Dcopy_tests.cpp30 typename T::hasher hf; in copy_construct_tests1() local
87 typename T::hasher hf(1); in copy_construct_tests2() local
Dcompile_tests.hpp546 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()
Dconstructor_tests.cpp28 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 DREADME.md12 ### Instructions
37 ### Instructions
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/hash/
H A DMurmur3Hash32Test.java148 HashFn hf = in testParanoidHashBytes() local
161 HashFn hf = in testParanoid() local
H A DMurmur3Hash128Test.java64 HashFn hf = in testParanoid() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/hash/
H A DMurmur3Hash32Test.java148 HashFn hf = in testParanoidHashBytes() local
161 HashFn hf = in testParanoid() local
H A DMurmur3Hash128Test.java64 HashFn hf = in testParanoid() local
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dvariance_impl_avx2.c370 #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 DglcMisc.cpp52 GLhalf hf; in floatToHalfFloat() local
260 float halfFloatToFloat(GLhalf hf) in halfFloatToFloat()
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/gtl/
H A Dflatset.h58 : rep_(N, hf, eq) {} in rep_() argument
69 : FlatSet(N, hf, eq) { in FlatSet() argument
H A Dflatmap.h75 : 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/
Dextensions_hpp_test.cpp17 boost::hash<int[2]> hf; in main() local
Dhash_std_tuple_test.cpp29 boost::hash<typename T::value_type> hf; in tuple_tests() local
/aosp_15_r20/external/clang/test/SemaCUDA/
H A Dasm-constraints-mixed.cu21 void hf() { in hf() function
H A Dbuiltins.cu19 void hf() { in hf() function
/aosp_15_r20/external/nullaway/jar-infer/jar-infer-cli/src/main/java/com/uber/nullaway/jarinfer/
H A DJarInfer.java38 HelpFormatter hf = new HelpFormatter(); in main() local

12345