OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apply_relu
(Results
1 - 2
of
2
) sorted by null
/external/libtextclassifier/lang_id/common/
embedding-network.cc
66
void SparseReluProductPlusBias(bool
apply_relu
,
107
if (!
apply_relu
|| (scale > 0)) {
131
if (!
apply_relu
|| (scale > 0)) {
281
const bool
apply_relu
= i > 0;
local
283
apply_relu
, layer_weights_[i], layer_bias_[i], *v_in, v_out);
/external/tensorflow/tensorflow/contrib/fused_conv/python/ops/
fused_conv2d_bias_activation_op_test_base.py
672
side_input, biases,
apply_relu
):
686
apply_relu
: A boolean to specify whether to apply "Relu" activation function
703
if
apply_relu
:
857
def runTest(self, test_param,
apply_relu
):
[
all
...]
Completed in 176 milliseconds