Home
last modified time | relevance | path

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

1234

/external/libopus/dnn/training_tf2/
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 …]
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
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
/external/executorch/examples/qualcomm/qaihub_scripts/llama/
DREADME.md12 ### Instructions
37 ### Instructions
/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
/external/guava/guava-tests/test/com/google/common/hash/
DMurmur3Hash32Test.java148 HashFn hf = in testParanoidHashBytes() local
161 HashFn hf = in testParanoid() local
DMurmur3Hash128Test.java64 HashFn hf = in testParanoid() local
/external/guava/android/guava-tests/test/com/google/common/hash/
DMurmur3Hash32Test.java148 HashFn hf = in testParanoidHashBytes() local
161 HashFn hf = in testParanoid() local
DMurmur3Hash128Test.java64 HashFn hf = in testParanoid() local
/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
Dhash_std_array_test.cpp29 boost::hash<typename T::value_type> hf; in array_tests() local
/external/clang/test/SemaCUDA/
Dasm-constraints-mixed.cu21 void hf() { in hf() function
Dbuiltins.cu19 void hf() { in hf() function
/external/libaom/aom_dsp/x86/
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
/external/nullaway/jar-infer/jar-infer-cli/src/main/java/com/uber/nullaway/jarinfer/
DJarInfer.java38 HelpFormatter hf = new HelpFormatter(); in main() local
/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 …]
/external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
Dallocator.pass.cpp93 HF hf(42); in main() local
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
Dallocator.pass.cpp93 HF hf(42); in main() local
Dinit.pass.cpp136 HF hf(43); in main() local
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
Dallocator.pass.cpp115 HF hf(12); in main() local
/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
Dallocator.pass.cpp115 HF hf(12); in main() local
/external/cronet/tot/third_party/libc++/src/test/std/containers/unord/unord.set/unord.set.cnstr/
Dallocator.pass.cpp92 HF hf(42); in main() local
/external/cronet/stable/third_party/libc++/src/test/std/containers/unord/unord.set/unord.set.cnstr/
Dallocator.pass.cpp92 HF hf(42); in main() local

1234