Home
last modified time | relevance | path

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

123

/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
260 func typeOf(dt DataType, shape []int64) reflect.Type {
471 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::__anonf4005a1a0111::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/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/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/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp48 struct DataType struct
50 string name;
51 string type;
52 deUint32 sizeBytes;
/external/tensorflow/tensorflow/go/op/
Dwrappers.go636 func Bitcast(scope *Scope, input tf.Output, type_ tf.DataType) (output tf.Output) {
1114 func PlaceholderV2(scope *Scope, dtype tf.DataType, shape tf.Shape) (output tf.Output) {
1152 func Placeholder(scope *Scope, dtype tf.DataType, optional ...PlaceholderAttr) (output tf.Output) {
1569 func SizeOutType(value tf.DataType) SizeAttr {
1761 func UniqueWithCountsV2OutIdx(value tf.DataType) UniqueWithCountsV2Attr {
1848 func UniqueWithCountsOutIdx(value tf.DataType) UniqueWithCountsAttr {
1902 func UniqueV2OutIdx(value tf.DataType) UniqueV2Attr {
1985 func UniqueOutIdx(value tf.DataType) UniqueAttr {
2340 func LowerBoundOutType(value tf.DataType) LowerBoundAttr {
2747 func HostConst(scope *Scope, value tf.Tensor, dtype tf.DataType) (output tf.Output) {
[all …]
/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/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/libchrome/dbus/
Dmessage.h67 enum DataType { enum
/external/mesa3d/src/mesa/program/
Dprog_parameter.h64 GLenum DataType; /**< GL_FLOAT, GL_FLOAT_VEC2, etc */ member
/external/skqp/experimental/Networking/
DSkSockets.h36 enum DataType { enum
/external/skia/experimental/Networking/
DSkSockets.h36 enum DataType { enum

123