HomeSort by relevance Sort by last modified time
    Searched refs:depthwise_multiplier (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
conv_ops.cc 94 int64 depthwise_multiplier = filter_shape.dim_size(filter_shape.dims() - 1); local
105 input_feature * depthwise_multiplier,
108 // Divide the M*N sized linspace by the depthwise_multiplier to create
113 depthwise_multiplier));
133 int64 depthwise_multiplier = filter_shape.dim_size(filter_shape.dims() - 1); local
144 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 151 milliseconds