/external/deqp-deps/SPIRV-Headers/example/ |
D | example.cpp | 33 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/angle/third_party/vulkan-deps/spirv-headers/src/example/ |
D | example.cpp | 33 const GLSLstd450 kSin = GLSLstd450Sin; variable
|
/external/swiftshader/third_party/SPIRV-Headers/example/ |
D | example.cpp | 33 const GLSLstd450 kSin = GLSLstd450Sin; variable
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | target_util.h | 61 kSin, enumerator
|
D | target_util.cc | 150 case TargetDeviceFunctionID::kSin: { in GetDeviceFunctionRoot()
|
D | elemental_ir_emitter.cc | 216 return EmitDeviceMathCall(TargetDeviceFunctionID::kSin, {value}, {prim_type}, in EmitSin()
|
D | ir_emitter_unnested.cc | 201 case HloOpcode::kSin: in MayPreventVectorization() 218 case HloOpcode::kSin: in MayPreventVectorization() 273 case HloOpcode::kSin: in MayPreventVectorization() 294 case HloOpcode::kSin: in MayPreventVectorization()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
D | gpu_ldg_test.cc | 141 HloInstruction::CreateUnary(reduce_shape, HloOpcode::kSin, reduce)); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_opcode.h | 142 V(kSin, "sine", 1) \
|
D | instruction_fusion.cc | 124 case HloOpcode::kSin: in IsExpensive()
|
D | hlo_instruction.cc | 911 case HloOpcode::kSin: in CreateUnary() 1737 case HloOpcode::kSin: in CloneWithNewOperands() 2168 case HloOpcode::kSin: in IdenticalSlowPath() 2636 case HloOpcode::kSin: in IsOpElementwise() 3178 case HloOpcode::kSin: in Visit()
|
D | hlo_cost_analysis.cc | 108 opcode == HloOpcode::kSin || opcode == HloOpcode::kCos || in HandleElementwiseOp()
|
D | memory_space_assignment_test.cc | 4016 case HloOpcode::kSin: in TEST_P() 4085 case HloOpcode::kSin: in TEST_P() 4232 case HloOpcode::kSin: in TEST_P() 4510 case HloOpcode::kSin: in TEST_P() 4621 case HloOpcode::kSin: in TEST_P()
|
D | elemental_ir_emitter.cc | 458 case HloOpcode::kSin: in EmitFloatUnaryOp() 613 case HloOpcode::kSin: { in EmitComplexUnaryOp() 2268 case HloOpcode::kSin: in MakeElementGenerator()
|
D | hlo_graph_dumper.cc | 982 case HloOpcode::kSin: in GetInstructionColor()
|
D | sharding_propagation.cc | 206 case HloOpcode::kSin: in PickRepresentativeOperand()
|
D | hlo_parser.cc | 146 case HloOpcode::kSin: in CanInferShape() 1105 case HloOpcode::kSin: in ParseInstructionRhs()
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | op_version.cc | 249 {{OperatorType::kSin, 1}, "1.9.0"}, in GetMinimumRuntimeVersionForModel()
|
D | operator_test.cc | 134 CheckSimpleOperator<SinOperator>("SIN", OperatorType::kSin); in TEST_F()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | model.h | 90 kSin, enumerator 853 SinOperator() : Operator(OperatorType::kSin) {}
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_utils.cc | 411 return xla::HloOpcode::kSin; in MhloToHloOpcode()
|
D | hlo_function_importer.cc | 787 NoAttributeCase(kSin, SinOp); in ImportInstructionImpl()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | mhlo_to_lhlo_with_xla.cc | 372 case HloOpcode::kSin: in EmitOp()
|