Home
last modified time | relevance | path

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

123456

/external/tensorflow/tensorflow/go/
Dtensor.go42 type DataType C.TF_DataType type
175 func ReadTensor(dataType DataType, shape []int64, r io.Reader) (*Tensor, error) {
220 func (t *Tensor) DataType() DataType { return DataType(C.TF_TensorType(t.c)) } func
266 func decodeTensor(raw []byte, shape []int64, dt DataType) reflect.Value {
442 func typeForDataType(dt DataType) reflect.Type {
452 func TypeOf(dt DataType, shape []int64) reflect.Type {
546 func isTensorSerializable(dataType DataType) error {
Doperation.go92 func (p Output) DataType() DataType { func
182 func (p Consumer) DataType() DataType { func
/external/eigen/unsupported/test/
Dcxx11_tensor_contract_sycl.cpp596 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/brotli/c/enc/
Dhistogram.h30 #define DataType uint8_t macro
37 #define DataType uint16_t macro
/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/tensorflow/tensorflow/go/op/
Dwrappers.go83 func TPUExecute(scope *Scope, args []tf.Output, key tf.Output, Tresults []tf.DataType) (results []t…
155 func OutfeedDequeueV2(scope *Scope, device_ordinal tf.Output, dtype tf.DataType, shape tf.Shape) (o…
196 func OutfeedDequeueTuple(scope *Scope, dtypes []tf.DataType, shapes []tf.Shape, optional ...Outfeed…
439 func ReadVariableXlaSplitND(scope *Scope, resource tf.Output, T tf.DataType, N int64, num_splits []…
2533 func UnicodeDecodeWithOffsetsTsplits(value tf.DataType) UnicodeDecodeWithOffsetsAttr {
3341 func StatelessTruncatedNormalV2Dtype(value tf.DataType) StatelessTruncatedNormalV2Attr {
3388 func StatelessRandomNormalV2Dtype(value tf.DataType) StatelessRandomNormalV2Attr {
3433 func StatelessRandomUniformV2Dtype(value tf.DataType) StatelessRandomUniformV2Attr {
3504 func StatelessMultinomialOutputDtype(value tf.DataType) StatelessMultinomialAttr {
3546 func StatelessRandomNormalDtype(value tf.DataType) StatelessRandomNormalAttr {
[all …]
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DDataType.java19 public enum DataType { enum
46 DataType(int value) { in DataType() method in DataType
/external/libchrome/mojo/public/cpp/bindings/tests/
Dvalidation_test_input_parser.cc43 struct DataType { struct in mojo::test::__anon4d2f585d0111::ValidationTestInputParser
44 const char* name;
45 size_t name_size;
46 size_t data_size;
47 ParseDataFunc parse_data_func;
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DDataType.java9 public enum DataType { enum
60 DataType(int code) { in DataType() method in DataType
/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/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/armnn/tests/
DCifar10Database.hpp15 using DataType = float; typedef in Cifar10Database
DMnistDatabase.hpp15 using DataType = float; typedef in MnistDatabase
DCaffePreprocessor.hpp21 using DataType = float; typedef in CaffePreprocessor
/external/clang/test/Modules/Inputs/PR27890/
Da.h1 template <class DataType> DataType values(DataType) { __builtin_va_list ValueArgs; return DataType(… in values() argument
/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/ComputeLibrary/arm_compute/core/CL/
DCLHelpers.h39 enum class DataType; variable
/external/tensorflow/tensorflow/lite/toco/tflite/
Dtypes.h25 struct DataType { struct
/external/ImageMagick/MagickCore/
Dmime-private.h32 } DataType; typedef
/external/armnn/tests/CaffeSqueezeNet1_0-Armnn/
DCaffeSqueezeNet1_0-Armnn.cpp11 using DataType = float; in main() typedef
/external/armnn/tests/CaffeMnist-Armnn/
DCaffeMnist-Armnn.cpp14 using DataType = float; in main() typedef
/external/armnn/tests/CaffeAlexNet-Armnn/
DCaffeAlexNet-Armnn.cpp14 using DataType = float; in main() typedef
/external/armnn/tests/CaffeCifar10AcrossChannels-Armnn/
DCaffeCifar10AcrossChannels-Armnn.cpp14 using DataType = float; in main() typedef

123456