/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_version.md | 55 // Parameters for DepthwiseConv version 1 or above. 61 // Parameters for DepthwiseConv version 2 or above. 93 // Parameters for DepthwiseConv version 1 or above. 99 // Parameters for DepthwiseConv version 2 or above.
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | legacy_reference_ops.h | 42 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 64 DepthwiseConv(op_params, DimsToShape(input_dims), input_data, in DepthwiseConv() 69 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 77 DepthwiseConv(input_data, input_dims, filter_data, filter_dims, bias_data, in DepthwiseConv() 85 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 93 DepthwiseConv(input_data, input_dims, filter_data, filter_dims, bias_data, in DepthwiseConv() 101 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 106 DepthwiseConv<Ac>(input_data, input_dims, filter_data, filter_dims, bias_data, in DepthwiseConv() 111 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 141 DepthwiseConv(op_params, DimsToShape(input_dims), input_data, in DepthwiseConv() [all …]
|
D | depthwiseconv_float.h | 25 inline void DepthwiseConv( in DepthwiseConv() function
|
D | depthwiseconv_uint8.h | 280 inline void DepthwiseConv( in DepthwiseConv() function
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | depthwise_conv.cc | 316 reference_ops::DepthwiseConv( in EvalFloat() 322 optimized_ops::DepthwiseConv<float, float>( in EvalFloat() 360 reference_ops::DepthwiseConv( in EvalQuantized() 366 optimized_ops::DepthwiseConv<uint8, int32>( in EvalQuantized()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | depthwise_conv.cc | 189 tflite::reference_ops::DepthwiseConv( in EvalFloat() 262 tflite::reference_ops::DepthwiseConv( in EvalQuantized()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_float_test.cc | 41 reference_ops::DepthwiseConv(params, input_shape, input_data, filter_shape, in TestOneDepthwiseConv()
|
D | depthwiseconv_per_channel_quantized_16x8_test.cc | 278 reference_ops::DepthwiseConv( in TryTestOneDepthwiseConv3x3Filter()
|
D | depthwiseconv_quantized_test.cc | 351 optimized_ops::DepthwiseConv< in DispatchDepthwiseConvImpl() 563 reference_ops::DepthwiseConv( in Run()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_multithread.h | 119 inline void DepthwiseConv(const DepthwiseParams& params, in DepthwiseConv() function
|
D | legacy_optimized_ops.h | 138 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 170 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 178 DepthwiseConv(input_data, input_dims, filter_data, filter_dims, bias_data, in DepthwiseConv() 186 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 194 DepthwiseConv(input_data, input_dims, filter_data, filter_dims, bias_data, in DepthwiseConv() 202 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 207 DepthwiseConv<Ac>(input_data, input_dims, filter_data, filter_dims, bias_data, in DepthwiseConv() 280 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 320 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 330 DepthwiseConv(input_data, input_dims, input_offset, filter_data, filter_dims, in DepthwiseConv() [all …]
|
/external/tensorflow/tensorflow/core/kernels/neon/ |
D | neon_depthwise_conv_op.cc | 135 neon::DepthwiseConv<neon::FusedActivationFunctionType::kNone>( in Compute()
|
D | depthwiseconv_float.h | 551 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims,
|
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/ |
D | depthwise_conv.cc | 160 inline void DepthwiseConv( in DepthwiseConv() function 465 vexriscv::DepthwiseConv(op_params, tflite::micro::GetTensorShape(input), in EvalQuantized()
|
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/ |
D | depthwise_conv.cc | 232 tflite::reference_ops::DepthwiseConv( in EvalFloat() 410 tflite::reference_ops::DepthwiseConv( in EvalQuantized()
|
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/ |
D | depthwise_conv.cc | 282 tflite::reference_ops::DepthwiseConv( in EvalFloat() 515 tflite::reference_ops::DepthwiseConv( in EvalQuantized()
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema_v3a.fbs | 493 // Parameters for DepthwiseConv version 1 or above. 502 // Parameters for DepthwiseConv version 2 or above.
|
D | schema.fbs | 521 // Parameters for DepthwiseConv version 1 or above. 530 // Parameters for DepthwiseConv version 2 or above.
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/ |
D | test_schema.fbs | 489 // Parameters for DepthwiseConv version 1 or above. 498 // Parameters for DepthwiseConv version 2 or above.
|
/external/tensorflow/tensorflow/lite/toco/ |
D | tooling_util.cc | 337 HANDLE_OPERATORTYPENAME_CASE(DepthwiseConv) in OperatorTypeName()
|