/external/tensorflow/tensorflow/contrib/slim/python/slim/nets/ |
D | inception_v2.py | 38 depth_multiplier=1.0, argument 488 depth_multiplier=1.0, argument
|
D | inception_v3.py | 38 depth_multiplier=1.0, argument 518 depth_multiplier=1.0, argument
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_quantized_test.cc | 121 const int depth_multiplier = params.depth_multiplier; in DispatchDepthwiseConv() local 294 int pad_width, int pad_height, int depth_multiplier, in TestOneDepthwiseConvWithGivenOutputShift() 427 int pad_width, int pad_height, int depth_multiplier, in TestOneDepthwiseConvBisectOutputShift() 477 int pad_width, int pad_height, int depth_multiplier, in TestOneDepthwiseConv() 492 int depth_multiplier, int stride, in TryTestDepthwiseConv() 567 const int depth_multiplier = ExponentialRandomPositiveInt(0.8f, 6, 50); in TryTestOneDepthwiseConv() local 589 const int depth_multiplier = 1; in TryTestOneDepthwiseConv3x3Filter() local 641 const int depth_multiplier = in TryTestOneNeonDot3x3() local
|
D | depthwiseconv_float_test.cc | 77 const int depth_multiplier = ExponentialRandomPositiveInt(0.8f, 6, 50); in TryTestOneDepthwiseConv() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_op.h | 33 int depth_multiplier; member
|
D | depthwise_conv_op.cc | 324 const int32 depth_multiplier = filter.dim_size(3); in Compute() local
|
D | depthwise_conv_op_gpu.h | 85 const int depth_multiplier = in DepthwiseConv2dGPUKernelNHWC() local 325 const int depth_multiplier = in DepthwiseConv2dGPUKernelNCHW() local
|
D | depthwise_conv_grad_op.cc | 285 const int64 depth_multiplier = args.depth_multiplier; in ComputeBackpropInput() local
|
D | nn_ops_test.cc | 499 int in_depth, int depth_multiplier, in BM_ConvFloatDepthwise()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | depthwiseconv_float.h | 37 const int depth_multiplier = params.depth_multiplier; in DepthwiseConv() local
|
D | depthwiseconv_uint8.h | 105 const int depth_multiplier = params.depth_multiplier; in Run() local
|
D | legacy_reference_ops.h | 44 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv() 70 int pad_height, int depth_multiplier, in DepthwiseConv() 86 int pad_height, int depth_multiplier, float* output_data, in DepthwiseConv() 101 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv() 114 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv() 148 int pad_height, int depth_multiplier, in DepthwiseConv() 168 int pad_height, int depth_multiplier, int32 output_offset, in DepthwiseConv() 190 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | depthwise_conv.h | 36 const int depth_multiplier = params.depth_multiplier; in DepthwiseConvPerChannel() local
|
/external/tensorflow/tensorflow/core/kernels/neon/ |
D | neon_depthwise_conv_op.cc | 84 const int32 depth_multiplier = filter.dim_size(3); in Compute() local
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_dnn.h | 362 const dnn::FilterDescriptor& filter_descriptor, int depth_multiplier, in DoSeparableConvolve()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_dnn.h | 353 const dnn::FilterDescriptor& filter_descriptor, int depth_multiplier, in DoSeparableConvolve()
|
/external/tensorflow/tensorflow/python/layers/ |
D | convolutional.py | 701 depth_multiplier=1, argument 813 depth_multiplier=1, argument 865 depth_multiplier=1, argument 985 depth_multiplier=1, argument
|
/external/tensorflow/tensorflow/contrib/tensor_forest/proto/ |
D | tensor_forest_params.proto | 94 float depth_multiplier = 4; field
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | convolutional.py | 1236 depth_multiplier=1, argument 1439 depth_multiplier=1, argument 1608 depth_multiplier=1, argument 1740 depth_multiplier=1, argument
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 143 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv() 169 int pad_height, int depth_multiplier, in DepthwiseConv() 185 int pad_height, int depth_multiplier, float* output_data, in DepthwiseConv() 200 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv() 213 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv() 247 int pad_height, int depth_multiplier, in DepthwiseConv() 267 int pad_height, int depth_multiplier, int32 output_offset, in DepthwiseConv() 289 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv()
|
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/ |
D | depthwise_conv.cc | 105 const int depth_multiplier = params.depth_multiplier; in DepthwiseConvOptimizedForFilterWidthEight() local
|
/external/tensorflow/tensorflow/lite/c/ |
D | builtin_op_data.h | 96 int depth_multiplier; member
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | reference_util.cc | 123 const int64 depth_multiplier = depthwise_weights.planes(); in SeparableConvArray4D() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 1781 int depth_multiplier = random_int(generator()); in TEST_F() local 1804 int depth_multiplier = random_int(generator()); in TEST_F() local 1831 int depth_multiplier = random_int(generator()); in TEST_F() local
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | layers.py | 2666 depth_multiplier=1, argument
|