Home
last modified time | relevance | path

Searched refs:kSin (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/third_party/SPIRV-Headers/example/
Dexample.cpp33 const GLSLstd450 kSin = GLSLstd450Sin; variable
Dexample-1.1.cpp35 const GLSLstd450 kSin = GLSLstd450Sin; variable
/external/shaderc/spirv-headers/example/
Dexample.cpp33 const GLSLstd450 kSin = GLSLstd450Sin; variable
Dexample-1.1.cpp35 const GLSLstd450 kSin = GLSLstd450Sin; variable
/external/deqp-deps/SPIRV-Headers/example/
Dexample.cpp33 const GLSLstd450 kSin = GLSLstd450Sin; variable
Dexample-1.1.cpp35 const GLSLstd450 kSin = GLSLstd450Sin; variable
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_ldg_test.cc126 HloInstruction::CreateUnary(reduce_shape, HloOpcode::kSin, reduce)); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_precision_insertion_test.cc172 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()
Dhlo_opcode.h134 V(kSin, "sine", 1) \
Dinstruction_fusion.cc112 case HloOpcode::kSin: in IsExpensive()
Dhlo_instruction.cc709 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()
Dhlo_cost_analysis.cc97 opcode == HloOpcode::kSin || opcode == HloOpcode::kCos) { in HandleElementwiseOp()
Delemental_ir_emitter.cc419 case HloOpcode::kSin: in EmitFloatUnaryOp()
567 case HloOpcode::kSin: { in EmitComplexUnaryOp()
2225 case HloOpcode::kSin: in MakeElementGenerator()
Dhlo_graph_dumper.cc963 case HloOpcode::kSin: in GetInstructionColor()
Dlayout_assignment.cc2034 case HloOpcode::kSin: in InstructionCanChangeLayout()
Dshape_inference.cc253 case HloOpcode::kSin: in InferUnaryOpShape()
Dhlo_evaluator_test.cc358 TestUnaryOp(HloOpcode::kSin, std::move(expected), std::move(operand), in TEST_P()
Dhlo_parser.cc750 case HloOpcode::kSin: in ParseInstructionRhs()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h87 kSin, enumerator
806 SinOperator() : Operator(OperatorType::kSin) {}
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc134 CheckSimpleOperator<SinOperator>("SIN", OperatorType::kSin); in TEST_F()
Doperator.cc2542 MakeUnique<SimpleOperator<SinOperator>>("SIN", OperatorType::kSin)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc2107 case OperatorType::kSin: in Run()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3321 return operand.builder()->UnaryOp(HloOpcode::kSin, operand); in Sin()