Home
last modified time | relevance | path

Searched defs:DataType (Results 1 – 25 of 105) sorted by relevance

12345

/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dpartition.pass.cpp25 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/
Dnth_element.pass.cpp24 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/
Dtensor.go42 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 {
Doperation.go92 func (p Output) DataType() DataType { func
182 func (p Consumer) DataType() DataType { func
/external/llvm-project/clang/test/Analysis/
Dctu-on-demand-parsing.c73 struct DataType { struct
77 int structInProto(struct DataType *d); argument
Dctu-main.c61 struct DataType { struct
65 int structInProto(struct DataType *d); argument
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h170 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/
Dhistogram.h30 #define DataType uint8_t macro
37 #define DataType uint16_t macro
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DDataType.java19 public enum DataType { enum
43 DataType(int value) { in DataType() method in DataType
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h152 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/
Dvalidation_test_input_parser.cc43 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/
Dwrappers.go98 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/
DDataType.java10 public enum DataType { enum
61 DataType(int code) { in DataType() method in DataType
/external/antlr/runtime/Cpp/include/
Dantlr3input.hpp58 typedef UnitType DataType; typedef in InputStream
279 typedef typename ImplTraits::StreamDataType DataType; typedef in LexState
/external/clang/test/Modules/Inputs/PR27890/
Da.h1 template <class DataType> DataType values(DataType) { __builtin_va_list ValueArgs; return DataType(… in values() argument
/external/llvm-project/clang/test/Modules/Inputs/PR27890/
Da.h1 template <class DataType> DataType values(DataType) { __builtin_va_list ValueArgs; return DataType(… in values() argument
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp48 struct DataType struct
50 string name;
51 string type;
52 deUint32 sizeBytes;
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DDataType.java24 public enum DataType { enum
58 DataType(int value, int byteSize) { in DataType() method in DataType
/external/tensorflow/tensorflow/lite/toco/tflite/
Dtypes.h25 struct DataType { struct
/external/ImageMagick/MagickCore/
Dmime-private.h32 } DataType; typedef
/external/libbrillo/brillo/
Dany_internal_impl.h270 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/
Dcfx_keyvalue.h19 enum class DataType : uint8_t { enum
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Ddata_type.h25 enum class DataType { enum
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_spatial_tensor_test.mm100 static absl::Status TensorTests(DataType data_type, TensorStorageType storage_type, category
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer_common.h108 rtc::FunctionView<absl::optional<ResultType>(const DataType&, in ProcessPairs()
126 rtc::FunctionView<absl::optional<ResultType>(const DataType&, in AccumulatePairs()

12345