Home
last modified time | relevance | path

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

1234

/external/brotli/c/enc/
Dhistogram.h30 #define DataType uint8_t macro
37 #define DataType uint16_t macro
Dblock_splitter.c90 #define DataType uint8_t macro
97 #define DataType uint16_t macro
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DDataType.java19 public enum DataType { enum
37 DataType(int value) { in DataType() method in DataType
/external/tensorflow/tensorflow/go/
Dtensor.go35 type DataType C.TF_DataType type
119 func ReadTensor(dataType DataType, shape []int64, r io.Reader) (*Tensor, error) {
157 func (t *Tensor) DataType() DataType { return DataType(C.TF_TensorType(t.c)) } func
265 func typeOf(dt DataType, shape []int64) reflect.Type {
476 func isTensorSerializable(dataType DataType) error {
Doperation.go92 func (p Output) DataType() DataType { func
182 func (p Consumer) DataType() DataType { func
Dutil_test.go19 func Placeholder(g *Graph, name string, dt DataType) (Output, error) {
Dsession_test.go25 func createTestGraph(t *testing.T, dt DataType) (*Graph, Output, Output) {
Dtensor_handle.go70 func (th *TensorHandle) DataType() DataType { func
/external/libchrome/mojo/public/cpp/bindings/tests/
Dvalidation_test_input_parser.cc43 struct DataType { struct in mojo::test::__anon367ee79c0111::ValidationTestInputParser
44 const char* name;
45 size_t name_size;
46 size_t data_size;
47 ParseDataFunc parse_data_func;
/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/tensorflow/tensorflow/go/op/
Dwrappers.go1377 func Placeholder(scope *Scope, dtype tf.DataType, optional ...PlaceholderAttr) (output tf.Output) {
1530 func ShapeOutType(value tf.DataType) ShapeAttr {
1570 func UniqueWithCountsV2OutIdx(value tf.DataType) UniqueWithCountsV2Attr {
2474 func HostConst(scope *Scope, value tf.Tensor, dtype tf.DataType) (output tf.Output) {
2698 func Empty(scope *Scope, shape tf.Output, dtype tf.DataType, optional ...EmptyAttr) (output tf.Outp…
3256 func ImmutableConst(scope *Scope, dtype tf.DataType, shape tf.Shape, memory_region_name string) (te…
5981 …_layers tf.Output, num_units tf.Output, input_size tf.Output, T tf.DataType, S tf.DataType, option…
6128 func OrderedMapIncompleteSize(scope *Scope, dtypes []tf.DataType, optional ...OrderedMapIncompleteS…
6185 func OrderedMapSize(scope *Scope, dtypes []tf.DataType, optional ...OrderedMapSizeAttr) (size tf.Ou…
6245 func OrderedMapUnstageNoKey(scope *Scope, indices tf.Output, dtypes []tf.DataType, optional ...Orde…
[all …]
/external/tensorflow/tensorflow/lite/toco/tflite/
Dtypes.h25 struct DataType { struct
Dtypes_test.cc70 TEST(DataType, SupportedTypes) { in TEST() argument
84 TEST(DataType, UnsupportedTypes) { in TEST() argument
/external/ImageMagick/MagickCore/
Dmime-private.h32 } DataType; typedef
/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/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/angle/src/compiler/translator/
DImageFunctionHLSL.h50 enum class DataType enum
/external/glide/library/src/main/java/com/bumptech/glide/
DGenericRequestBuilder.java80 … GenericRequestBuilder(LoadProvider<ModelType, DataType, ResourceType, TranscodeType> loadProvider, in GenericRequestBuilder() argument
92 LoadProvider<ModelType, DataType, ResourceType, TranscodeType> loadProvider, in GenericRequestBuilder() argument
197 ResourceDecoder<DataType, ResourceType> decoder) { in decoder()
/external/vixl/src/aarch32/
Dassembler-aarch32.h698 DataType /*dt*/, in Delegate() argument
1031 DataType /*dt*/, in Delegate() argument
1082 DataType /*dt*/, in Delegate() argument
1107 DataType /*dt*/, in Delegate() argument
1129 DataType /*dt*/, in Delegate() argument
1143 DataType /*dt*/, in Delegate() argument
1160 DataType /*dt*/, in Delegate() argument
1175 DataType /*dt*/, in Delegate() argument
1186 DataType /*dt*/, in Delegate() argument
1201 DataType /*dt*/, in Delegate() argument
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.h78 enum DataType DataType() const { return descriptor_.data_type; } in DataType() function

1234