Home
last modified time | relevance | path

Searched refs:C64 (Results 1 – 25 of 110) sorted by relevance

12345

/external/tensorflow/tensorflow/compiler/xla/
Dprimitive_util.cc82 bool IsComplexType(PrimitiveType type) { return type == C64 || type == C128; } in IsComplexType()
119 case C64: in BitWidth()
168 case C64: in ComplexComponentType()
Dliteral_util.cc151 case C64: in Zero()
192 case C64: in One()
231 case C64: in MinValue()
308 case C64: { in NanValue()
402 case C64: in ReshapeSlice()
449 case C64: in GetFirstScalarLiteral()
Dprimitive_util.h131 return C64;
238 struct PrimitiveTypeToNative<C64> {
Dliteral.cc508 COPY_ELEMENTS(C64, complex64); in CopyFrom()
680 case C64: in CopySliceFrom()
956 case C64: in Slice()
1003 case C64: { in GetAsString()
1073 case C64: in GetAsComplex128()
1459 case C64: in ConvertIfDestTypeMatches()
1463 return ConvertIfTypesMatch<primitive_src_type, C64>(src_literal, false); in ConvertIfDestTypeMatches()
1663 case C64: in EqualElements()
1817 case C64: in IsAllComplex()
1886 case C64: { in IsAllFirst()
[all …]
Dcomparison_util.cc109 case C64: in DefaultComparisonType()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dunary_op_test.cc44 if (primitive_util::NativeToPrimitiveType<T>() == C64) { in AbsSize0TestHelper()
130 Sub(Mul(sign, ConvertElementType(abs, C64)), arg); in SignAbsTestHelper()
174 Add(Add(sgnf0, sgnf), ConvertElementType(sgni, F32)), C64)); in XLA_TEST_F()
Dexhaustive_op_test_utils.h101 static constexpr bool kIsComplex = (T == C128 || T == C64);
113 : T == C128 ? F64 : T == C64 ? F32 : PRIMITIVE_TYPE_INVALID;
122 : RefT::value == C64 ? F32 : PRIMITIVE_TYPE_INVALID;
131 : (T == C64 || T == F32)
958 inline ErrorSpec DefaultSpecGenerator<C64, 1>(complex64) {
Dtuple_test.cc462 Shape c64r0 = ShapeUtil::MakeShape(C64, {}); in XLA_TEST_F()
463 Shape c64r1 = ShapeUtil::MakeShape(C64, {2}); in XLA_TEST_F()
464 Shape c64r2 = ShapeUtil::MakeShape(C64, {3, 2}); in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/python/
Dtypes.cc42 {{'c', 8}, C64}, in DtypeToPrimitiveType()
83 case C64: in PrimitiveTypeToDtype()
123 case C64: in FormatDescriptorForPrimitiveType()
163 case C64: in TypeDescriptorForPrimitiveType()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtype_util.cc71 *type = xla::C64; in DataTypeToPrimitiveType()
91 {xla::C64, DT_COMPLEX64}, in EncodePrimitiveTypeAsDataType()
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dutil.cc54 case xla::C64: in FloatLiteral()
99 case xla::C64: in IntegerLiteral()
/external/llvm-project/clang/test/CodeGenOpenCL/
Dshifts.cl37 //OPT-NEXT: [[C64:%.+]] = ashr i64 %a, [[M64]]
40 //OPT-NEXT: [[E64:%.+]] = add nsw i64 [[C64]], 4
/external/clang/test/CodeGenOpenCL/
Dshifts.cl37 //OPT-NEXT: [[C64:%.+]] = ashr i64 %a, [[M64]]
40 //OPT-NEXT: [[E64:%.+]] = add nsw i64 [[C64]], 4
/external/llvm-project/mlir/test/Dialect/Linalg/
Dfusion-pattern.mlir26 // CHECK-DAG: %[[C64:.+]] = constant 64 : index
35 // CHECK-SAME: step (%[[C32]], %[[C64]]) {
97 // CHECK-DAG: %[[C64:.+]] = constant 64 : index
104 // CHECK-SAME: (%[[C0]]) to (%[[N]]) step (%[[C64]]) {
175 // CHECK-DAG: %[[C64:.+]] = constant 64 : index
207 // CHECK-SAME: (%[[C0]]) to (%[[N_2]]) step (%[[C64]]) {
258 // CHECK-DAG: %[[C64:.+]] = constant 64 : index
288 // CHECK-SAME: (%[[C0]]) to (%[[N_2]]) step (%[[C64]]) {
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dtype_to_shape_test.cc200 Shape shape = ShapeUtil::MakeShapeWithLayout(PrimitiveType::C64, {2, 4, 3, 3}, in TEST()
211 converted, ShapeUtil::MakeShapeWithLayout(PrimitiveType::C64, in TEST()
/external/tensorflow/tensorflow/compiler/xla/tools/
Ddriver.cc96 C64, enumerator
381 case C64: in Fill()
426 case C64: in Display()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dtpu_driver.cc64 case xla::PrimitiveType::C64: in ByteSizeOfPrimitiveType()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_thunk.cc107 case C64: in DoGemmWithAlgorithm()
293 case C64: in RunGemm()
Dcholesky_thunk.cc94 case C64: { in ExecuteOnStream()
Dtriangular_solve_thunk.cc116 case C64: { in ExecuteOnStream()
Dcusolver_context.cc154 case C64: { in PotrfBufferSize()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc203 typed_visitors_[C64] = in HloEvaluator()
544 case C64: in HandleIsFinite()
607 case C64: { in HandleReal()
653 case C64: { in HandleImag()
684 case C64: { in HandleComplex()
788 case C64: { in HandleCompare()
1280 if (fft_type != FftType::RFFT && input_elt_type != PrimitiveType::C64) { in CheckParameters()
1282 input_elt_type, PrimitiveType::C64); in CheckParameters()
1299 if (fft_type != FftType::IRFFT && output_elt_type != PrimitiveType::C64) { in CheckParameters()
1301 output_elt_type, PrimitiveType::C64); in CheckParameters()
[all …]
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dconstants.h59 case C64: in ConstantR0WithType()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc771 case C64: in EmitCallToRuntime()
775 float_type = llvm_ir::PrimitiveTypeToIrType(C64, module); in EmitCallToRuntime()
952 case C64: in AreGemmShapes()
1003 dot_info.result_shape.element_type() == C64 || in CanEmitTiledLlvmIrGemm()
1050 C64 == type || C128 == type); in EmitNonBatchDotOperation()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreduction_ops.cc92 if (xla_reduction_type == xla::C64 || xla_reduction_type == xla::C128 || in PrimitiveTypeCheck()

12345