/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | elementwise_test.cc | 40 OperationType op_type = OperationType::ABS; in TEST() local 52 OperationType op_type = OperationType::COS; in TEST() local 64 OperationType op_type = OperationType::DIV; in TEST() local 78 OperationType op_type = OperationType::HARD_SWISH; in TEST() local 92 OperationType op_type = OperationType::LOG; in TEST() local 104 OperationType op_type = OperationType::POW; in TEST() local 118 OperationType op_type = OperationType::RSQRT; in TEST() local 130 OperationType op_type = OperationType::SIGMOID; in TEST() local 142 OperationType op_type = OperationType::SIN; in TEST() local 154 OperationType op_type = OperationType::SQRT; 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/core/grappler/optimizers/data/vectorization/ |
D | vectorizer_registry.h | 48 VectorizerRegistration(const string& op_type, in VectorizerRegistration() 56 #define REGISTER_VECTORIZER(op_type, vectorizer) \ argument 59 #define REGISTER_VECTORIZER_UNIQ_HELPER(ctr, op_type, vectorizer) \ argument 62 #define REGISTER_VECTORIZER_UNIQ(ctr, op_type, vectorizer) \ argument
|
D | vectorizer_registry.cc | 28 Vectorizer* VectorizerRegistry::Get(const string& op_type) { in Get() 36 void VectorizerRegistry::Register(const string& op_type, in Register()
|
/external/tensorflow/tensorflow/lite/experimental/delegates/hexagon/builders/ |
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 | resize_bilinear_builder.h | 26 explicit ResizeBilinearOpBuilder(GraphBuilder* graph_builder, int op_type) in ResizeBilinearOpBuilder()
|
D | split_builder.h | 28 explicit SplitOpBuilder(GraphBuilder* graph_builder, int op_type) in SplitOpBuilder()
|
D | pad_builder.h | 28 explicit PadOpBuilder(GraphBuilder* graph_builder, int op_type) in PadOpBuilder()
|
D | l2_normalization_builder.h | 28 explicit L2NormalizationOpBuilder(GraphBuilder* graph_builder, int op_type) in L2NormalizationOpBuilder()
|
D | transpose_builder.h | 26 explicit TransposeOpBuilder(GraphBuilder* graph_builder, int op_type) in TransposeOpBuilder()
|
D | arg_min_max_builder.h | 26 explicit ArgMinMaxOpBuilder(GraphBuilder* graph_builder, int op_type) in ArgMinMaxOpBuilder()
|
D | neg_op_builder.h | 26 explicit NegOpBuilder(GraphBuilder* graph_builder, int op_type) in NegOpBuilder()
|
D | reshape_builder.h | 28 explicit ReshapeOpBuilder(GraphBuilder* graph_builder, int op_type) in ReshapeOpBuilder()
|
D | resize_nearest_neighbor_builder.h | 29 int op_type) in ResizeNearestNeighborOpBuilder()
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | dumping_callback.py | 265 op_type, argument 300 op_type, argument 420 op_type, argument 510 op_type, argument 566 def _func_graph_id_from_func_name(self, op_type): argument 610 def _should_dump_tensor(self, op_type, dtype): argument
|
D | check_numerics_callback.py | 124 op_type, argument 235 op_type, argument 297 op_type, 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
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/ |
D | elementwise.cc | 32 OperationType op_type) { in GetElementwiseWithTwoInputsCode() 95 OperationType op_type) { in ElementwiseWithTwoInputs() 135 int id, ValueId input_id, ValueId output_id, OperationType op_type) { in ElementwiseWithOneInput()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | elementwise.cc | 99 const OperationType& op_type) { in CreateElementwiseOneInput() 185 const OperationDef& definition, const OperationType& op_type, in CreateElementwiseTwoInput() 193 const OperationType& op_type) { in CreateElementwiseTwoInput()
|
D | elementwise.h | 33 const OperationType& op_type) in ElementwiseOneInput() 62 const OperationType& op_type, in ElementwiseTwoInput()
|
/external/tensorflow/tensorflow/python/eager/ |
D | tape.py | 144 def record_operation(op_type, output_tensors, input_tensors, backward_function, argument 152 def record_operation_backprop_only(op_type, output_tensors, input_tensors, argument 160 def record_operation_forwardprop_only(op_type, output_tensors, input_tensors, argument
|
/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/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/ops/ |
D | cond_v2.py | 567 def _make_output_composite_tensors_match(op_type, branch_graphs): argument 617 def _make_indexed_slices_indices_types_match(op_type, branch_graphs): argument 758 def _check_same_outputs(op_type, graphs): argument 812 def verify_captures(op_type, branch_graphs): argument
|