| /external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
| D | elementwise_test.cc | 41 OperationType op_type = OperationType::ABS; in TEST() local 53 OperationType op_type = OperationType::COS; in TEST() local 65 OperationType op_type = OperationType::COPY; in TEST() local 76 OperationType op_type = OperationType::ELU; in TEST() local 91 OperationType op_type = OperationType::EXP; in TEST() local 107 OperationType op_type = OperationType::FLOOR; in TEST() local 121 OperationType op_type = OperationType::HARD_SWISH; in TEST() local 135 OperationType op_type = OperationType::LOG; in TEST() local 147 OperationType op_type = OperationType::NEG; in TEST() local 159 OperationType op_type = OperationType::RSQRT; in TEST() local [all …]
|
| D | relu_test.cc | 46 OperationType op_type = OperationType::RELU; in TEST_F() local 59 OperationType op_type = OperationType::RELU; in TEST_F() local 72 OperationType op_type = OperationType::RELU; in TEST_F() local 85 OperationType op_type = OperationType::RELU; in TEST_F() local
|
| D | prelu_test.cc | 89 OperationType op_type = OperationType::PRELU; variable 115 OperationType op_type = OperationType::PRELU; variable 141 OperationType op_type = OperationType::PRELU; variable 167 OperationType op_type = OperationType::PRELU; variable
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
| D | elementwise.cc | 29 const OperationType& op_type, in GetOneInputCode() 107 std::string GetTwoInputCode(const OperationType& op_type, in GetTwoInputCode() 194 const OperationDef& definition, const OperationType& op_type, in CreateElementwiseOneRuntimeOneScalar() 213 const OperationType& op_type, in CreateElementwiseTwoInput() 248 const OperationType& op_type, in CreateElementwiseTwoInput() 287 const OperationType& op_type) { in CreateElementwiseOneInput() 297 const OperationType& op_type, in CreateElementwise() 321 const OperationType& op_type, in CreateElementwiseTwoInput()
|
| D | reduce.cc | 57 std::string MakeOp(OperationType op_type, const std::string& a, in MakeOp() 112 Reduce::Reduce(const std::map<Axis, int>& axis_to_reduce, OperationType op_type, in Reduce() 163 OperationType op_type) { in GetReduceKernelCode() 476 OperationType op_type, const OperationDef& definition, in CreateReduce() 483 const BHWDC& src_shape, OperationType op_type, in CreateReduce()
|
| /external/tensorflow/tensorflow/core/profiler/lib/ |
| D | traceme_encode.h | 133 absl::string_view op_name, absl::string_view op_type) { in TraceMeOp() 138 const char* op_type) { in TraceMeOp() 143 std::string&& op_name, absl::string_view op_type) { in TraceMeOp() 150 absl::string_view op_name, absl::string_view op_type) { in TraceMeOpOverride() 155 const char* op_name, const char* op_type) { in TraceMeOpOverride()
|
| /external/tensorflow/tensorflow/python/debug/lib/ |
| D | dumping_callback.py | 60 def is_op_type_function(op_type): argument 291 op_type, argument 335 op_type, argument 452 op_type, argument 544 op_type, argument 617 def _func_graph_id_from_func_name(self, op_type): argument 661 def _should_dump_tensor(self, op_type, dtype): argument
|
| D | debug_events_monitors.py | 89 op_type, argument 112 def op_type(self): member in InfNanAlert 155 op_type, argument 199 op_type, argument
|
| D | check_numerics_callback.py | 129 op_type, argument 240 op_type, argument 304 op_type, argument
|
| /external/tensorflow/tensorflow/lite/delegates/hexagon/builders/ |
| D | quantize_builder.h | 26 explicit QuantizeOpBuilder(GraphBuilder* graph_builder, int op_type) in QuantizeOpBuilder() 28 explicit QuantizeOpBuilder(GraphBuilder* graph_builder, int op_type, in QuantizeOpBuilder()
|
| D | activation_builder.h | 28 explicit ActivationOpBuilder(GraphBuilder* graph_builder, int op_type) in ActivationOpBuilder() 30 explicit ActivationOpBuilder(GraphBuilder* graph_builder, int op_type, in ActivationOpBuilder()
|
| D | matmul_builder.h | 30 int op_type) in MatMulWithConstWeightsOpBuilder() 49 explicit MatMulOpBuilder(GraphBuilder* graph_builder, int op_type) in MatMulOpBuilder()
|
| D | squared_difference.cc | 23 explicit SquaredDifferenceOpBuilder(GraphBuilder* graph_builder, int op_type) in SquaredDifferenceOpBuilder() 98 int op_type) { in CreateSquaredDifferenceOpBuilder()
|
| D | pad_builder.h | 28 explicit PadOpBuilder(GraphBuilder* graph_builder, int op_type) in PadOpBuilder()
|
| D | cast_builder.h | 32 explicit CastOpBuilder(GraphBuilder* graph_builder, int op_type) in CastOpBuilder()
|
| D | arg_min_max_builder.h | 26 explicit ArgMinMaxOpBuilder(GraphBuilder* graph_builder, int op_type) in ArgMinMaxOpBuilder()
|
| D | strided_slice_builder.h | 26 explicit StridedSliceOpBuilder(GraphBuilder* graph_builder, int op_type) in StridedSliceOpBuilder()
|
| D | l2_normalization_builder.h | 28 explicit L2NormalizationOpBuilder(GraphBuilder* graph_builder, int op_type) in L2NormalizationOpBuilder()
|
| /external/tensorflow/tensorflow/core/profiler/utils/ |
| D | tf_op_utils.cc | 55 absl::string_view op_type = op_name; in DeriveOpType() local 79 bool IsTfOpType(absl::string_view op_type) { in IsTfOpType() 84 bool IsJaxOpType(absl::string_view op_type) { in IsJaxOpType() 89 bool IsJaxOpNameAndType(absl::string_view op_name, absl::string_view op_type) { in IsJaxOpNameAndType()
|
| /external/tensorflow/tensorflow/cc/gradients/ |
| D | image_grad_test.cc | 54 void MakeOp(const OpType op_type, const Tensor& x_data, const Input& y_shape, in MakeOp() 79 void TestResizedShapeForType(const OpType op_type, const bool align_corners, in TestResizedShapeForType() 94 void TestResizedShape(OpType op_type) { in TestResizedShape() 111 void TestResizeToSmallerAndAlign(const OpType op_type, in TestResizeToSmallerAndAlign() 126 void TestResizeToLargerAndAlign(const OpType op_type, in TestResizeToLargerAndAlign() 141 void TestResize(OpType op_type) { in TestResize()
|
| /external/tensorflow/tensorflow/python/eager/ |
| D | tape.py | 181 def record_operation(op_type, output_tensors, input_tensors, backward_function, argument 189 def record_operation_backprop_only(op_type, output_tensors, input_tensors, argument 197 def record_operation_forwardprop_only(op_type, output_tensors, input_tensors, argument
|
| /external/XNNPACK/test/ |
| D | vbinaryc-microkernel-tester.h | 85 void Test(xnn_f16_vbinary_ukernel_function vbinaryc, OpType op_type) const { in Test() 150 …void Test(xnn_f16_vbinary_minmax_ukernel_function vbinaryc_minmax, OpType op_type, xnn_init_f16_mi… in Test() 304 void Test(xnn_f32_vbinary_relu_ukernel_function vbinaryc_relu, OpType op_type) const { in Test() 374 …void Test(xnn_f32_vbinary_minmax_ukernel_function vbinaryc_minmax, OpType op_type, xnn_init_f32_mi… in Test()
|
| D | vbinary-microkernel-tester.h | 92 void Test(xnn_f16_vbinary_ukernel_function vbinary, OpType op_type) const { in Test() 154 …void Test(xnn_f16_vbinary_minmax_ukernel_function vbinary_minmax, OpType op_type, xnn_init_f16_min… in Test() 301 void Test(xnn_f32_vbinary_relu_ukernel_function vbinary_relu, OpType op_type) const { in Test() 367 …void Test(xnn_f32_vbinary_minmax_ukernel_function vbinary_minmax, OpType op_type, xnn_init_f32_min… in Test()
|
| /external/google-breakpad/src/third_party/libdisasm/ |
| D | ia32_operand.c | 232 static size_t decode_operand_size( unsigned int op_type, x86_insn_t *insn, in decode_operand_size() 383 unsigned int addr_meth, op_type, op_size, gen_regs; in ia32_decode_operand() local
|
| /external/tensorflow/tensorflow/python/ops/ |
| D | cond_v2.py | 581 def _make_output_composite_tensors_match(op_type, branch_graphs): argument 631 def _make_indexed_slices_indices_types_match(op_type, branch_graphs): argument 763 def _check_same_outputs(op_type, graphs): argument 851 def verify_captures(op_type, branch_graphs): argument
|