OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depthwise_multiplier
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
conv_op_helpers.cc
100
int64
depthwise_multiplier
=
local
114
// Divide 'expanded_feature_iota' by the
depthwise_multiplier
to create
119
depthwise_multiplier
));
132
int64
depthwise_multiplier
= filter_shape.dimensions(output_feature_dim);
local
139
output_feature_dim,
depthwise_multiplier
* input_feature);
/external/tensorflow/tensorflow/contrib/slim/python/slim/nets/
inception_v2.py
95
#
depthwise_multiplier
here is different from depth_multiplier.
96
#
depthwise_multiplier
determines the output channels of the initial
102
depthwise_multiplier
= min(int(depth(64) / 3), 8)
106
depth_multiplier=
depthwise_multiplier
,
/external/tensorflow/tensorflow/go/op/
wrappers.go
[
all
...]
Completed in 453 milliseconds