/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/generators/ |
D | add.cc | 57 const int32_t op_inputs[2] = {0, 1}; in Build() local
|
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | leaky_relu_tester.cc | 121 const std::array<int32_t, 1> op_inputs{{0}}; in CreateTfLiteModel() local
|
D | softmax_tester.cc | 123 const std::array<int32_t, 1> op_inputs{{0}}; in CreateTfLiteModel() local
|
D | reshape_tester.cc | 136 std::vector<int32_t> op_inputs({0}); in CreateTfLiteModel() local
|
D | depth_to_space_tester.cc | 139 const std::array<int32_t, 1> op_inputs{{0}}; in CreateTfLiteModel() local
|
D | unary_elementwise_tester.cc | 149 const std::array<int32_t, 1> op_inputs{{0}}; in CreateTfLiteModel() local
|
D | reduce_tester.cc | 138 const std::array<int32_t, 2> op_inputs{{0, 1}}; in CreateTfLiteModel() local
|
D | resize_bilinear_tester.cc | 155 const std::array<int32_t, 2> op_inputs{{0, 1}}; in CreateTfLiteModel() local
|
D | pad_tester.cc | 155 const std::array<int32_t, 2> op_inputs{{0, 1}}; in CreateTfLiteModel() local
|
D | prelu_tester.cc | 199 const std::array<int32_t, 2> op_inputs{ in CreateTfLiteModel() local
|
D | pool_2d_tester.cc | 167 const std::array<int32_t, 1> op_inputs{{0}}; in CreateTfLiteModel() local
|
D | fully_connected_tester.cc | 247 const std::array<int32_t, 3> op_inputs{ in CreateTfLiteModel() local
|
D | binary_elementwise_tester.cc | 366 const std::array<int32_t, 2> op_inputs{ in CreateTfLiteModel() local
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | execute_node.cc | 65 EagerContext* ctx, const gtl::InlinedVector<TensorHandle*, 4>& op_inputs, in Init()
|
/external/XNNPACK/bench/ |
D | bankers-rounding.cc | 133 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_bankers_rounding_f32() local
|
D | elu.cc | 133 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_elu_f32() local
|
D | ceiling.cc | 133 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_ceiling_f32() local
|
D | square-root.cc | 133 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_square_root_f32() local
|
D | floor.cc | 133 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_floor_f32() local
|
D | prelu.cc | 154 const int32_t op_inputs[2] = { 0, 1 }; in tflite_prelu_f32() local
|
D | softmax.cc | 204 const int32_t op_inputs[1] = { 0 }; in tflite_softmax_f32() local
|
D | sigmoid.cc | 208 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_sigmoid_f32() local
|
D | hardswish.cc | 135 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_hardswish_f32() local
|
/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
D | tpu_execute_op.cc | 87 absl::Span<const RefPtr<XRTTupleAllocation>> op_inputs, in GetChainedOpInputs() 430 -> xla::StatusOr<RefPtr<XRTTupleAllocation>> { in DoWork()
|
D | xrt_execute_op.cc | 103 absl::Span<const RefPtr<XRTTupleAllocation>> op_inputs) { in GetChainedOpInputTuples() 560 -> xla::StatusOr<RefPtr<XRTTupleAllocation>> { in DoWork()
|