| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
| D | AArch64TargetTransformInfo.h | 245 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() 256 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad() 260 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() 264 bool isLegalMaskedGatherScatter(Type *DataType) const { in isLegalMaskedGatherScatter() 277 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() 280 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter() 301 bool isLegalNTStoreLoad(Type *DataType, Align Alignment) { in isLegalNTStoreLoad() 318 bool isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore() 322 bool isLegalNTLoad(Type *DataType, Align Alignment) { in isLegalNTLoad()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
| D | RISCVTargetTransformInfo.h | 175 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() 196 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad() 199 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() 203 bool isLegalMaskedGatherScatter(Type *DataType, Align Alignment) { in isLegalMaskedGatherScatter() 224 bool isLegalMaskedGather(Type *DataType, Align Alignment) { in isLegalMaskedGather() 227 bool isLegalMaskedScatter(Type *DataType, Align Alignment) { in isLegalMaskedScatter()
|
| /external/tensorflow/tensorflow/go/ |
| D | tensor.go | 42 type DataType C.TF_DataType type 170 func ReadTensor(dataType DataType, shape []int64, r io.Reader) (*Tensor, error) { 215 func (t *Tensor) DataType() DataType { return DataType(C.TF_TensorType(t.c)) } func 261 func decodeTensor(raw []byte, shape []int64, dt DataType) reflect.Value { 443 func typeForDataType(dt DataType) reflect.Type { 453 func TypeOf(dt DataType, shape []int64) reflect.Type { 547 func isTensorSerializable(dataType DataType) error {
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/ |
| D | VETargetTransformInfo.h | 136 bool isLegalMaskedLoad(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedLoad() 139 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore() 142 bool isLegalMaskedGather(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedGather() 145 bool isLegalMaskedScatter(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedScatter()
|
| /external/brotli/c/enc/ |
| D | histogram.h | 30 #define DataType uint8_t macro 37 #define DataType uint16_t macro
|
| /external/cronet/third_party/brotli/enc/ |
| D | histogram.h | 30 #define DataType uint8_t macro 37 #define DataType uint16_t macro
|
| /external/eigen/unsupported/test/ |
| D | cxx11_tensor_contract_sycl.cpp | 596 typedef float DataType; in tensorOutofBound() typedef 631 typedef float DataType; in tensorTensor() typedef 650 typedef float DataType; in tensorTensor_m() typedef 668 typedef float DataType; in tensorTensor_n() typedef 686 typedef float DataType; in tensorTensor_k() typedef 703 typedef float DataType; in tensorTensor_sizes() typedef 720 typedef float DataType; in vectorVector() typedef 748 typedef float DataType; in vectorTensor() typedef 790 typedef float DataType; in tensorVector() typedef 838 typedef float DataType; in tensorScalar() typedef [all …]
|
| /external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
| D | DataType.java | 19 public enum DataType { enum 46 DataType(int value) { in DataType() method in DataType
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64TargetTransformInfo.h | 152 bool isLegalMaskedLoadStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedLoadStore() 167 bool isLegalMaskedLoad(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedLoad() 171 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore()
|
| /external/libchrome/mojo/public/cpp/bindings/tests/ |
| D | validation_test_input_parser.cc | 43 struct DataType { struct in mojo::test::__anon45883ec50111::ValidationTestInputParser 44 const char* name; 45 size_t name_size; 46 size_t data_size; 47 ParseDataFunc parse_data_func;
|
| /external/mbedtls/tests/scripts/ |
| D | audit-validity-dates.py | 41 class DataType(Enum): class 55 def __init__(self, data_type: DataType, x509_obj): 104 typing.Dict[DataType, 111 def __generate_parser(self, data_type: DataType):
|
| /external/tensorflow/tensorflow/go/op/ |
| D | wrappers.go | 683 func AngleTout(value tf.DataType) AngleAttr { 744 func AnonymousHashTable(scope *Scope, key_dtype tf.DataType, value_dtype tf.DataType) (table_handle… 764 func AnonymousIterator(scope *Scope, output_types []tf.DataType, output_shapes []tf.Shape) (handle … 789 func AnonymousIteratorV2(scope *Scope, output_types []tf.DataType, output_shapes []tf.Shape) (handl… 809 func AnonymousIteratorV3(scope *Scope, output_types []tf.DataType, output_shapes []tf.Shape) (handl… 834 func AnonymousMultiDeviceIterator(scope *Scope, devices []string, output_types []tf.DataType, outpu… 854 func AnonymousMultiDeviceIteratorV3(scope *Scope, devices []string, output_types []tf.DataType, out… 928 …hTable(scope *Scope, empty_key tf.Output, deleted_key tf.Output, value_dtype tf.DataType, optional… 965 func AnonymousMutableHashTable(scope *Scope, key_dtype tf.DataType, value_dtype tf.DataType) (table… 1008 …unc AnonymousMutableHashTableOfTensors(scope *Scope, key_dtype tf.DataType, value_dtype tf.DataTyp… [all …]
|
| /external/google-cloud-java/java-datalabeling/proto-google-cloud-datalabeling-v1beta1/src/main/java/com/google/cloud/datalabeling/v1beta1/ |
| D | DataType.java | 22 public enum DataType implements com.google.protobuf.ProtocolMessageEnum { enum 177 private DataType(int value) { in DataType() method in DataType
|
| /external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
| D | DataType.java | 9 public enum DataType { enum 60 DataType(int code) { in DataType() method in DataType
|
| /external/antlr/runtime/Cpp/include/ |
| D | antlr3input.hpp | 58 typedef UnitType DataType; typedef in InputStream 279 typedef typename ImplTraits::StreamDataType DataType; typedef in LexState
|
| /external/rust/beto-rust/nearby/presence/sink/src/ |
| D | lib.rs | 29 fn try_extend_from_writer<W: SinkWriter<DataType = T>>(&mut self, writer: W) -> Option<()> in try_extend_from_writer() 41 type DataType; typedef
|
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmWorkgroupMemoryTests.cpp | 48 struct DataType struct 50 string name; 51 string type; 52 uint32_t sizeBytes;
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
| D | MipsTargetTransformInfo.cpp | 13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
|
| /external/armnn/tests/ |
| D | MnistDatabase.hpp | 15 using DataType = float; typedef in MnistDatabase
|
| D | Cifar10Database.hpp | 15 using DataType = float; typedef in Cifar10Database
|
| /external/clang/test/Modules/Inputs/PR27890/ |
| D | a.h | 1 template <class DataType> DataType values(DataType) { __builtin_va_list ValueArgs; return DataType(… in values() argument
|
| /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
| D | DataType.java | 24 public enum DataType { enum 58 DataType(int value, int byteSize) { in DataType() method in DataType
|
| /external/cronet/net/reporting/ |
| D | reporting_browsing_data_remover.h | 19 enum DataType { enum
|
| /external/ComputeLibrary/arm_compute/core/CL/ |
| D | CLHelpers.h | 39 enum class DataType; variable
|
| /external/aws-sdk-java-v2/services/elasticache/src/main/resources/codegen-resources/ |
| D | examples-1.json | 1047 "DataType": "string", string 1058 "DataType": "string", string 1069 "DataType": "string", string 1080 "DataType": "integer", string 1091 "DataType": "integer", string 1102 "DataType": "integer", string 1113 "DataType": "integer", string 1124 "DataType": "integer", string 1135 "DataType": "integer", string 1146 "DataType": "integer", string [all …]
|