Home
last modified time | relevance | path

Searched refs:C128 (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/
Dprimitive_util.cc46 bool IsComplexType(PrimitiveType type) { return type == C64 || type == C128; } in IsComplexType()
86 case C128: in BitWidth()
119 case C128: in ComplexComponentType()
Dliteral_util.cc133 case C128: in Zero()
170 case C128: in One()
208 case C128: in MinValue()
354 case C128: in ReshapeSlice()
407 case C128: in GetFirstScalarLiteral()
Dprimitive_util.h135 return C128;
240 struct PrimitiveTypeToNative<C128> {
Dliteral.cc415 COPY_ELEMENTS(C128, complex128); in CopyFrom()
553 case C128: in CopySliceFrom()
774 case C128: in Slice()
824 case C128: { in GetAsString()
882 case C128: { in GetSparseElementAsString()
1015 case C128: in SortSparseElements()
1359 case C128: in ConvertIfDestTypeMatches()
1363 return ConvertIfTypesMatch<primitive_src_type, C128>(src_literal, false); in ConvertIfDestTypeMatches()
1513 case C128: in EqualElements()
1652 case C128: in IsAllComplex()
[all …]
Dliteral_test.cc858 Literal output(ShapeUtil::MakeShape(C128, {1})); in TEST_F()
926 Literal output(ShapeUtil::MakeShape(C128, {2, 2})); in TEST_F()
1414 conv = s32.Convert(C128).ConsumeValueOrDie(); in TEST_F()
1417 conv = f16.Convert(C128).ConsumeValueOrDie(); in TEST_F()
1790 ShapeUtil::MakeShape(C128, {})})); in TEST_F()
Dliteral_comparison.cc714 case C128: in EqualHelper()
803 case C128: in NearHelper()
Dshape_util.cc309 case C128: in ElementIsSigned()
556 case C128: in ByteSizeOfPrimitiveType()
Dxla_data.proto60 C128 = 18; // Paired F64 (real, imag), as in std::complex<double>. enumerator
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dutil.cc57 case xla::C128: in FloatLiteral()
96 case xla::C128: in IntegerLiteral()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_thunk.cc209 case C128: in GetGemmFn()
226 case C128: in GetGemmWithAlgorithmFn()
242 case C128: in GetGemmAutotuneFn()
264 case C128: in GetBlasComputationType()
Dcholesky_thunk.cc104 case C128: { in ExecuteOnStream()
Dtriangular_solve_thunk.cc126 case C128: { in ExecuteOnStream()
Dcusolver_rewriter.cc92 case C128: { in CreateCholesky()
Dir_emission_utils.cc57 output_primitive_type == C128); in AreValidGemmShapes()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtype_util.cc73 *type = xla::C128; in DataTypeToPrimitiveType()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dconstants.h59 case C128: in ConstantR0WithType()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc203 typed_visitors_[C128] = in HloEvaluator()
508 case C128: in HandleIsFinite()
577 case C128: { in HandleReal()
624 case C128: { in HandleImag()
655 case C128: { in HandleComplex()
756 case C128: { in HandleCompare()
Dhlo_evaluator_typed_visitor.h195 } else if (abs->operand(0)->shape().element_type() == C128) { in HandleAbs()
1666 case C128: { in HandleMap()
/external/libxml2/test/
Dsvg3261 …<path d="M128.6 203.8C128.6 203.8 137.578 205.274 138.6 208C139.2 209.6 139.863 217.908 134.4 219C…
351 …43 138.6 208.2C137.578 205.474 128.6 204 128.6 204C128.373 205.365 128.318 206.961 128.424 208.599
354 …38.8 208.2C137.778 205.474 128.6 203.9 128.6 203.9C128.373 205.265 128.318 206.861 128.424 208.499
363 …329.601 115.65 330.551 117 336.401C117 336.401 125.8 334.001 128.2 336.401C128.2 336.401 139 336.0…
483 …<path d="M129.784 181.865C129.353 181.449 129.572 180.704 129.164 180.444C128.355 179.928 130.462 …
/external/tensorflow/tensorflow/compiler/xla/python/
Dnumpy_bridge.cc61 case C128: in PrimitiveTypeToNumpyType()
99 return C128; in NumpyTypeToPrimitiveType()
Dxla_client.py365 C128 = 18 variable in PrimitiveType
385 PrimitiveType.C128: np.dtype('complex128'),
/external/libxml2/result/
Dsvg3.sax869 SAX.startElement(path, d='M128.6 203.8C128.6 203.8 137.578 205.274 138.6 208C139.2 209.6 139.863 21…
1169 …43 138.6 208.2C137.578 205.474 128.6 204 128.6 204C128.373 205.365 128.318 206.961 128.424 208.599
1179 …38.8 208.2C137.778 205.474 128.6 203.9 128.6 203.9C128.373 205.265 128.318 206.861 128.424 208.499
1209 …329.601 115.65 330.551 117 336.401C117 336.401 125.8 334.001 128.2 336.401C128.2 336.401 139 336.0…
1609 SAX.startElement(path, d='M129.784 181.865C129.353 181.449 129.572 180.704 129.164 180.444C128.355 …
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc251 case C128: in MakeFakeLiteralInternal()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc185 case C128: { in PrimitiveTypeToIrType()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc854 C128 == type); in EmitNonBatchDotOperation()

12