/external/libopus/dnn/training_tf2/ |
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 …]
|
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
|
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
|
/external/executorch/examples/qualcomm/qaihub_scripts/llama/ |
D | README.md | 12 ### Instructions 37 ### Instructions
|
/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
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | Murmur3Hash32Test.java | 148 HashFn hf = in testParanoidHashBytes() local 161 HashFn hf = in testParanoid() local
|
D | Murmur3Hash128Test.java | 64 HashFn hf = in testParanoid() local
|
/external/guava/android/guava-tests/test/com/google/common/hash/ |
D | Murmur3Hash32Test.java | 148 HashFn hf = in testParanoidHashBytes() local 161 HashFn hf = in testParanoid() local
|
D | Murmur3Hash128Test.java | 64 HashFn hf = in testParanoid() local
|
/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
|
D | hash_std_array_test.cpp | 29 boost::hash<typename T::value_type> hf; in array_tests() local
|
/external/clang/test/SemaCUDA/ |
D | asm-constraints-mixed.cu | 21 void hf() { in hf() function
|
D | builtins.cu | 19 void hf() { in hf() function
|
/external/libaom/aom_dsp/x86/ |
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
|
/external/nullaway/jar-infer/jar-infer-cli/src/main/java/com/uber/nullaway/jarinfer/ |
D | JarInfer.java | 38 HelpFormatter hf = new HelpFormatter(); in main() local
|
/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 …]
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/ |
D | allocator.pass.cpp | 93 HF hf(42); in main() local
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/ |
D | allocator.pass.cpp | 93 HF hf(42); in main() local
|
D | init.pass.cpp | 136 HF hf(43); in main() local
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/ |
D | allocator.pass.cpp | 115 HF hf(12); in main() local
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/ |
D | allocator.pass.cpp | 115 HF hf(12); in main() local
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/unord/unord.set/unord.set.cnstr/ |
D | allocator.pass.cpp | 92 HF hf(42); in main() local
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/unord/unord.set/unord.set.cnstr/ |
D | allocator.pass.cpp | 92 HF hf(42); in main() local
|