| /external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
| D | partition.pass.cpp | 25 struct DataType struct 27 explicit DataType(int32_t k) : my_val(k) {} in DataType() argument 28 DataType(DataType&& input) { my_val = std::move(input.my_val); } in DataType() argument 30 operator=(DataType&& input) in operator =() argument 42 operator<<(std::ostream& stream, const DataType<T>& input) in operator <<() argument 48 T my_val;
|
| /external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/ |
| D | nth_element.pass.cpp | 24 struct DataType struct 26 explicit DataType(int32_t k) : my_val(k) {} in DataType() argument 27 DataType(DataType&& input) in DataType() function 33 operator=(DataType&& input) in operator =() argument 46 operator<<(std::ostream& stream, const DataType<T>& input) in operator <<() argument 57 is_equal(const DataType<T>& x, const DataType<T>& y) in is_equal() argument
|
| /external/tensorflow/tensorflow/go/ |
| D | tensor.go | 42 type DataType C.TF_DataType type 167 func ReadTensor(dataType DataType, shape []int64, r io.Reader) (*Tensor, error) { 212 func (t *Tensor) DataType() DataType { return DataType(C.TF_TensorType(t.c)) } func 258 func decodeTensor(raw []byte, shape []int64, dt DataType) reflect.Value { 434 func typeForDataType(dt DataType) reflect.Type { 444 func TypeOf(dt DataType, shape []int64) reflect.Type { 537 func isTensorSerializable(dataType DataType) error {
|
| D | operation.go | 92 func (p Output) DataType() DataType { func 182 func (p Consumer) DataType() DataType { func
|
| /external/llvm-project/clang/test/Analysis/ |
| D | ctu-on-demand-parsing.c | 73 struct DataType { struct 77 int structInProto(struct DataType *d); argument
|
| D | ctu-main.c | 61 struct DataType { struct 65 int structInProto(struct DataType *d); argument
|
| /external/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64TargetTransformInfo.h | 170 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() 189 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad() 193 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() 197 bool isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore()
|
| /external/brotli/c/enc/ |
| D | histogram.h | 30 #define DataType uint8_t macro 37 #define DataType uint16_t macro
|
| /external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
| D | DataType.java | 19 public enum DataType { enum 43 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::__anon02f817780111::ValidationTestInputParser 44 const char* name; 45 size_t name_size; 46 size_t data_size; 47 ParseDataFunc parse_data_func;
|
| /external/tensorflow/tensorflow/go/op/ |
| D | wrappers.go | 98 func XlaRecv(scope *Scope, dtype tf.DataType, tensor_name string, shape tf.Shape) (tensor tf.Output… 1576 func Placeholder(scope *Scope, dtype tf.DataType, optional ...PlaceholderAttr) (output tf.Output) { 1768 func ShapeOutType(value tf.DataType) ShapeAttr { 1808 func UniqueWithCountsV2OutIdx(value tf.DataType) UniqueWithCountsV2Attr { 2716 func HostConst(scope *Scope, value tf.Tensor, dtype tf.DataType) (output tf.Output) { 2876 func Empty(scope *Scope, shape tf.Output, dtype tf.DataType, optional ...EmptyAttr) (output tf.Outp… 4581 …Output, group_key tf.Output, instance_key tf.Output, shape tf.Output, T tf.DataType, optional ...C… 5999 …_layers tf.Output, num_units tf.Output, input_size tf.Output, T tf.DataType, S tf.DataType, option… 6146 func OrderedMapIncompleteSize(scope *Scope, dtypes []tf.DataType, optional ...OrderedMapIncompleteS… 6203 func OrderedMapSize(scope *Scope, dtypes []tf.DataType, optional ...OrderedMapSizeAttr) (size tf.Ou… [all …]
|
| /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
| D | DataType.java | 10 public enum DataType { enum 61 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/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/llvm-project/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/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmWorkgroupMemoryTests.cpp | 48 struct DataType struct 50 string name; 51 string type; 52 deUint32 sizeBytes;
|
| /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/tensorflow/tensorflow/lite/toco/tflite/ |
| D | types.h | 25 struct DataType { struct
|
| /external/ImageMagick/MagickCore/ |
| D | mime-private.h | 32 } DataType; typedef
|
| /external/libbrillo/brillo/ |
| D | any_internal_impl.h | 270 using DataType = TypedData<Type>; in Assign() local 308 using DataType = internal_details::TypedData<typename std::decay<T>::type>; in GetData() local 313 using DataType = internal_details::TypedData<typename std::decay<T>::type>; in GetData() local
|
| /external/pdfium/fxjs/ |
| D | cfx_keyvalue.h | 19 enum class DataType : uint8_t { enum
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
| D | data_type.h | 25 enum class DataType { enum
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
| D | metal_spatial_tensor_test.mm | 100 static absl::Status TensorTests(DataType data_type, TensorStorageType storage_type, category
|
| /external/webrtc/rtc_tools/rtc_event_log_visualizer/ |
| D | analyzer_common.h | 108 rtc::FunctionView<absl::optional<ResultType>(const DataType&, in ProcessPairs() 126 rtc::FunctionView<absl::optional<ResultType>(const DataType&, in AccumulatePairs()
|