OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unsat_output
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
softmax.h
84
const int32
unsat_output
= gemmlowp::RoundingDivideByPOT(
local
86
const int32 shifted_output =
unsat_output
- 128;
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
softmax.h
120
int32
unsat_output
= gemmlowp::RoundingDivideByPOT(
local
124
std::max(std::min(
unsat_output
, static_cast<int32>(255)),
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h
4774
int32
unsat_output
= gemmlowp::RoundingDivideByPOT(
local
5034
int32
unsat_output
=
local
[
all
...]
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
optimized_ops.h
4649
int32
unsat_output
= gemmlowp::RoundingDivideByPOT(
local
4773
int32
unsat_output
=
local
[
all
...]
Completed in 628 milliseconds