Home
last modified time | relevance | path

Searched defs:RawType (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dspacetodepth_op.cc42 struct RawType { struct
43 using type = T;
47 struct RawType<qint8> { struct
51 using type = uint8;
Dpooling_ops_common.cc44 struct RawType { struct
45 using type = T;
49 struct RawType<qint8> { struct
50 using type = int8;
/external/llvm-project/flang/runtime/
Ddescriptor-io.h70 using RawType = typename RealOutputEditing<KIND>::BinaryFloatingPoint; in FormattedRealIO() local
102 using RawType = typename RealOutputEditing<KIND>::BinaryFloatingPoint; in FormattedComplexIO() local
/external/llvm-project/flang/include/flang/Decimal/
Dbinary-floating-point.h38 using RawType = common::HostUnsignedIntType<bits>; variable
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp42 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp42 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength() local
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h54 typedef typename std::remove_reference<T>::type RawType; typedef
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h53 typedef typename std::remove_reference<T>::type RawType; typedef
/external/llvm-project/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp904 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp793 const Metadata *RawType = getRawType(); in getSizeInBits() local
/external/llvm-project/llvm/lib/IR/
DDebugInfoMetadata.cpp1005 const Metadata *RawType = getRawType(); in getSizeInBits() local
/external/llvm/lib/IR/
DVerifier.cpp4192 const Metadata *RawType = V.getRawType(); in getVariableSize() local
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc3288 testing::internal::FloatingEqMatcher<RawType> (*matcher_maker)(RawType)) { in TEST()
3370 testing::internal::FloatingEqMatcher<RawType> in TEST()