OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_input_t
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
mkl_avgpooling_op.cc
538
const Tensor&
max_input_t
= MklGetInput(context, 2);
variable
540
const float max_input =
max_input_t
.flat<float>()(0);
mkl_maxpooling_op.cc
615
const Tensor&
max_input_t
= MklGetInput(context, 2);
variable
617
const float max_input =
max_input_t
.flat<float>()(0);
[
all
...]
Completed in 71 milliseconds