/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/generators/ |
D | add.cc | 58 const int32_t op_outputs[1] = {2}; in Build() local
|
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | leaky_relu_tester.cc | 122 const std::array<int32_t, 1> op_outputs{{1}}; in CreateTfLiteModel() local
|
D | softmax_tester.cc | 124 const std::array<int32_t, 1> op_outputs{{1}}; in CreateTfLiteModel() local
|
D | reshape_tester.cc | 140 const std::array<int32_t, 1> op_outputs{{OutputShapeAsInput() ? 2 : 1}}; in CreateTfLiteModel() local
|
D | depth_to_space_tester.cc | 140 const std::array<int32_t, 1> op_outputs{{1}}; in CreateTfLiteModel() local
|
D | unary_elementwise_tester.cc | 150 const std::array<int32_t, 1> op_outputs{{1}}; in CreateTfLiteModel() local
|
D | reduce_tester.cc | 139 const std::array<int32_t, 1> op_outputs{{2}}; in CreateTfLiteModel() local
|
D | resize_bilinear_tester.cc | 156 const std::array<int32_t, 1> op_outputs{{2}}; in CreateTfLiteModel() local
|
D | pad_tester.cc | 156 const std::array<int32_t, 1> op_outputs{{2}}; in CreateTfLiteModel() local
|
D | prelu_tester.cc | 202 const std::array<int32_t, 1> op_outputs{ in CreateTfLiteModel() local
|
D | pool_2d_tester.cc | 168 const std::array<int32_t, 1> op_outputs{{1}}; in CreateTfLiteModel() local
|
D | fully_connected_tester.cc | 251 const std::array<int32_t, 1> op_outputs{ in CreateTfLiteModel() local
|
D | binary_elementwise_tester.cc | 369 const std::array<int32_t, 1> op_outputs{ in CreateTfLiteModel() local
|
D | conv_2d_tester.cc | 306 const std::array<int32_t, 1> op_outputs{ in CreateTfLiteModel() local
|
D | depthwise_conv_2d_tester.cc | 297 const std::array<int32_t, 1> op_outputs{ in CreateTfLiteModel() local
|
/external/XNNPACK/bench/ |
D | bankers-rounding.cc | 134 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_bankers_rounding_f32() local
|
D | elu.cc | 134 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_elu_f32() local
|
D | ceiling.cc | 134 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_ceiling_f32() local
|
D | square-root.cc | 134 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_square_root_f32() local
|
D | floor.cc | 134 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_floor_f32() local
|
D | prelu.cc | 155 const int32_t op_outputs[1] = { 2 }; in tflite_prelu_f32() local
|
D | softmax.cc | 205 const int32_t op_outputs[1] = { 1 }; in tflite_softmax_f32() local
|
D | sigmoid.cc | 209 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_sigmoid_f32() local
|
D | hardswish.cc | 136 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_hardswish_f32() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | op_selector.py | 369 op_outputs, add_sources): argument
|