Home
last modified time | relevance | path

Searched refs:nearest_neighbor (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/agc/
Dagc_manager_direct.cc426 int nearest_neighbor = std::floor(compression_accumulator_ + 0.5); in UpdateCompressor() local
427 if (std::fabs(compression_accumulator_ - nearest_neighbor) < in UpdateCompressor()
429 new_compression = nearest_neighbor; in UpdateCompressor()
/external/tensorflow/tensorflow/contrib/nearest_neighbor/
D__init__.py35 from tensorflow.contrib.nearest_neighbor.python.ops.nearest_neighbor_ops import *
/external/tensorflow/tensorflow/contrib/
DBUILD75 "//tensorflow/contrib/nearest_neighbor:nearest_neighbor_py",
174 "//tensorflow/contrib/nearest_neighbor:nearest_neighbor_ops_kernels",
215 "//tensorflow/contrib/nearest_neighbor:nearest_neighbor_ops_op_lib",
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dilbc.gypi72 'nearest_neighbor.c',
141 'nearest_neighbor.h',
/external/tensorflow/tensorflow/contrib/nearest_neighbor/python/kernel_tests/
Dhyperplane_lsh_probes_test.py24 from tensorflow.contrib.nearest_neighbor.python.ops.nearest_neighbor_ops import hyperplane_lsh_prob…
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_core_kernels.cmake92 … "${tensorflow_source_dir}/tensorflow/contrib/nearest_neighbor/kernels/hyperplane_lsh_probes.cc"
93 "${tensorflow_source_dir}/tensorflow/contrib/nearest_neighbor/ops/nearest_neighbor_ops.cc"
155 … "${tensorflow_source_dir}/tensorflow/contrib/nearest_neighbor/kernels/hyperplane_lsh_probes.cc"
156 "${tensorflow_source_dir}/tensorflow/contrib/nearest_neighbor/ops/nearest_neighbor_ops.cc"
Dtf_core_ops.cmake106 GENERATE_CONTRIB_OP_LIBRARY(nearest_neighbor "${tensorflow_source_dir}/tensorflow/contrib/nearest_n…
Dpython_modules.txt317 tensorflow/contrib/nearest_neighbor
318 tensorflow/contrib/nearest_neighbor/kernels
319 tensorflow/contrib/nearest_neighbor/ops
320 tensorflow/contrib/nearest_neighbor/python
321 tensorflow/contrib/nearest_neighbor/python/ops
Dtf_python.cmake404 …DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/tf_python/tensorflow/contrib/nearest_neighbor/ops/gen_near…
662 # include contrib/nearest_neighbor as .so
665 "${tensorflow_source_dir}/tensorflow/contrib/nearest_neighbor/kernels/heap.h"
666 … "${tensorflow_source_dir}/tensorflow/contrib/nearest_neighbor/kernels/hyperplane_lsh_probes.h"
667 … "${tensorflow_source_dir}/tensorflow/contrib/nearest_neighbor/kernels/hyperplane_lsh_probes.cc"
668 "${tensorflow_source_dir}/tensorflow/contrib/nearest_neighbor/ops/nearest_neighbor_ops.cc"
674 … DISTCOPY ${CMAKE_CURRENT_BINARY_DIR}/tf_python/tensorflow/contrib/nearest_neighbor/python/ops/)
Dtf_tests.cmake173 "${tensorflow_source_dir}/tensorflow/contrib/nearest_neighbor/python/kernel_tests/*_test.py"
392 "${tensorflow_source_dir}/tensorflow/contrib/nearest_neighbor/*_test.cc"
/external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
Dhyperplane_lsh_probes_test.cc26 typedef tensorflow::nearest_neighbor::HyperplaneMultiprobe<float, uint32>
Dhyperplane_lsh_probes.cc28 using nearest_neighbor::HyperplaneMultiprobe;
Dheap_test.cc21 namespace nearest_neighbor { namespace
Dhyperplane_lsh_probes.h24 namespace nearest_neighbor {
Dheap.h25 namespace nearest_neighbor {
/external/webrtc/webrtc/modules/audio_coding/
DBUILD.gn385 "codecs/ilbc/nearest_neighbor.c",
386 "codecs/ilbc/nearest_neighbor.h",