/external/swiftshader/third_party/SPIRV-Headers/example/ |
D | example.cpp | 33 const GLSLstd450 kSin = GLSLstd450Sin; variable
|
D | example-1.1.cpp | 35 const GLSLstd450 kSin = GLSLstd450Sin; variable
|
/external/shaderc/spirv-headers/example/ |
D | example.cpp | 33 const GLSLstd450 kSin = GLSLstd450Sin; variable
|
D | example-1.1.cpp | 35 const GLSLstd450 kSin = GLSLstd450Sin; variable
|
/external/deqp-deps/SPIRV-Headers/example/ |
D | example.cpp | 33 const GLSLstd450 kSin = GLSLstd450Sin; variable
|
D | example-1.1.cpp | 35 const GLSLstd450 kSin = GLSLstd450Sin; variable
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
D | gpu_ldg_test.cc | 126 HloInstruction::CreateUnary(reduce_shape, HloOpcode::kSin, reduce)); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | reduce_precision_insertion_test.cc | 172 HloInstruction::CreateUnary(shape, HloOpcode::kSin, a)); in TEST_F() 187 instruction->opcode() == HloOpcode::kSin; in TEST_F() 535 HloInstruction::CreateUnary(shape, HloOpcode::kSin, a)); in TEST_F()
|
D | hlo_opcode.h | 134 V(kSin, "sine", 1) \
|
D | instruction_fusion.cc | 112 case HloOpcode::kSin: in IsExpensive()
|
D | hlo_instruction.cc | 709 case HloOpcode::kSin: in CreateUnary() 1414 case HloOpcode::kSin: in CloneWithNewOperands() 1769 case HloOpcode::kSin: in IdenticalSlowPath() 2142 case HloOpcode::kSin: in IsElementwiseImpl() 2589 case HloOpcode::kSin: in Visit()
|
D | hlo_cost_analysis.cc | 97 opcode == HloOpcode::kSin || opcode == HloOpcode::kCos) { in HandleElementwiseOp()
|
D | elemental_ir_emitter.cc | 419 case HloOpcode::kSin: in EmitFloatUnaryOp() 567 case HloOpcode::kSin: { in EmitComplexUnaryOp() 2225 case HloOpcode::kSin: in MakeElementGenerator()
|
D | hlo_graph_dumper.cc | 963 case HloOpcode::kSin: in GetInstructionColor()
|
D | layout_assignment.cc | 2034 case HloOpcode::kSin: in InstructionCanChangeLayout()
|
D | shape_inference.cc | 253 case HloOpcode::kSin: in InferUnaryOpShape()
|
D | hlo_evaluator_test.cc | 358 TestUnaryOp(HloOpcode::kSin, std::move(expected), std::move(operand), in TEST_P()
|
D | hlo_parser.cc | 750 case HloOpcode::kSin: in ParseInstructionRhs()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | model.h | 87 kSin, enumerator 806 SinOperator() : Operator(OperatorType::kSin) {}
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator_test.cc | 134 CheckSimpleOperator<SinOperator>("SIN", OperatorType::kSin); in TEST_F()
|
D | operator.cc | 2542 MakeUnique<SimpleOperator<SinOperator>>("SIN", OperatorType::kSin)); in BuildOperatorList()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | propagate_fixed_sizes.cc | 2107 case OperatorType::kSin: in Run()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 3321 return operand.builder()->UnaryOp(HloOpcode::kSin, operand); in Sin()
|