OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nearest_neighbor
(Results
1 - 25
of
27
) sorted by null
1
2
/external/tensorflow/tensorflow/tools/api/golden/
tensorflow.image.-resize-method.pbtxt
18
name: "
NEAREST_NEIGHBOR
"
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
ilbc.gypi
72
'
nearest_neighbor
.c',
141
'
nearest_neighbor
.h',
get_sync_seq.c
22
#include "
nearest_neighbor
.h"
/external/tensorflow/tensorflow/contrib/nearest_neighbor/
__init__.py
35
from tensorflow.contrib.
nearest_neighbor
.python.ops.nearest_neighbor_ops import *
/external/tensorflow/tensorflow/contrib/
BUILD
75
"//tensorflow/contrib/
nearest_neighbor
:nearest_neighbor_py",
127
"//tensorflow/contrib/
nearest_neighbor
:nearest_neighbor_ops_kernels",
153
"//tensorflow/contrib/
nearest_neighbor
:nearest_neighbor_ops_op_lib",
/external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
heap_test.cc
16
#include "tensorflow/contrib/
nearest_neighbor
/kernels/heap.h"
21
namespace
nearest_neighbor
{
namespace in namespace:tensorflow
187
} // namespace
nearest_neighbor
hyperplane_lsh_probes.h
21
#include "tensorflow/contrib/
nearest_neighbor
/kernels/heap.h"
24
namespace
nearest_neighbor
{
namespace in namespace:tensorflow
232
} // namespace
nearest_neighbor
heap.h
25
namespace
nearest_neighbor
{
namespace in namespace:tensorflow
205
} // namespace
nearest_neighbor
hyperplane_lsh_probes.cc
21
#include "tensorflow/contrib/
nearest_neighbor
/kernels/hyperplane_lsh_probes.h"
28
using
nearest_neighbor
::HyperplaneMultiprobe;
hyperplane_lsh_probes_test.cc
16
#include "tensorflow/contrib/
nearest_neighbor
/kernels/hyperplane_lsh_probes.h"
26
typedef tensorflow::
nearest_neighbor
::HyperplaneMultiprobe<float, uint32>
/external/tensorflow/tensorflow/contrib/cmake/
tf_core_kernels.cmake
99
"${tensorflow_source_dir}/tensorflow/contrib/
nearest_neighbor
/kernels/hyperplane_lsh_probes.cc"
100
"${tensorflow_source_dir}/tensorflow/contrib/
nearest_neighbor
/ops/nearest_neighbor_ops.cc"
163
"${tensorflow_source_dir}/tensorflow/contrib/
nearest_neighbor
/kernels/hyperplane_lsh_probes.cc"
164
"${tensorflow_source_dir}/tensorflow/contrib/
nearest_neighbor
/ops/nearest_neighbor_ops.cc"
tf_core_ops.cmake
100
GENERATE_CONTRIB_OP_LIBRARY(
nearest_neighbor
"${tensorflow_source_dir}/tensorflow/contrib/
nearest_neighbor
/ops/nearest_neighbor_ops.cc")
python_modules.txt
334
tensorflow/contrib/
nearest_neighbor
/kernels
335
tensorflow/contrib/
nearest_neighbor
/ops
336
tensorflow/contrib/
nearest_neighbor
/python
337
tensorflow/contrib/
nearest_neighbor
/python/ops
tf_python.cmake
397
DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/tf_python/tensorflow/contrib/
nearest_neighbor
/ops/gen_nearest_neighbor_ops.py)
617
# include contrib/
nearest_neighbor
as .so
620
"${tensorflow_source_dir}/tensorflow/contrib/
nearest_neighbor
/kernels/heap.h"
621
"${tensorflow_source_dir}/tensorflow/contrib/
nearest_neighbor
/kernels/hyperplane_lsh_probes.h"
622
"${tensorflow_source_dir}/tensorflow/contrib/
nearest_neighbor
/kernels/hyperplane_lsh_probes.cc"
623
"${tensorflow_source_dir}/tensorflow/contrib/
nearest_neighbor
/ops/nearest_neighbor_ops.cc"
629
DISTCOPY ${CMAKE_CURRENT_BINARY_DIR}/tf_python/tensorflow/contrib/
nearest_neighbor
/python/ops/)
[
all
...]
tf_tests.cmake
163
"${tensorflow_source_dir}/tensorflow/contrib/
nearest_neighbor
/python/kernel_tests/*_test.py"
369
"${tensorflow_source_dir}/tensorflow/contrib/
nearest_neighbor
/*_test.cc"
/external/tensorflow/tensorflow/contrib/nearest_neighbor/python/kernel_tests/
hyperplane_lsh_probes_test.py
24
from tensorflow.contrib.
nearest_neighbor
.python.ops.nearest_neighbor_ops import hyperplane_lsh_probes
/external/webrtc/webrtc/modules/audio_processing/agc/
agc_manager_direct.cc
426
int
nearest_neighbor
= std::floor(compression_accumulator_ + 0.5);
local
427
if (std::fabs(compression_accumulator_ -
nearest_neighbor
) <
429
new_compression =
nearest_neighbor
;
/external/skia/docs/
undocumented.bmh
298
#Subtopic
Nearest_Neighbor
/external/skqp/docs/
undocumented.bmh
293
#Subtopic
Nearest_Neighbor
/external/webrtc/webrtc/modules/audio_coding/
BUILD.gn
385
"codecs/ilbc/
nearest_neighbor
.c",
386
"codecs/ilbc/
nearest_neighbor
.h",
/external/tensorflow/tensorflow/python/ops/
image_ops_test.py
[
all
...]
image_ops_impl.py
831
NEAREST_NEIGHBOR
= 1
851
* <b>`ResizeMethod.
NEAREST_NEIGHBOR
`</b>: [Nearest neighbor interpolation.](
858
`ResizeMethod.
NEAREST_NEIGHBOR
`. It will also have the same type as `images`
[
all
...]
/external/skia/site/user/api/
undocumented.md
347
## <a name="
Nearest_Neighbor
"></a> Nearest Neighbor
/external/skqp/site/user/api/
undocumented.md
336
## <a name="
Nearest_Neighbor
"></a> Nearest Neighbor
/external/tensorflow/tensorflow/
BUILD
546
"//tensorflow/contrib/
nearest_neighbor
:all_files",
Completed in 250 milliseconds
1
2