Home
last modified time | relevance | path

Searched full:flatbuffers (Results 1 – 25 of 1726) sorted by relevance

12345678910>>...70

/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h1 // automatically generated by the FlatBuffers compiler, do not modify
7 #include "flatbuffers/flatbuffers.h"
9 // Ensure the included flatbuffers.h is the same version as when this file was
14 "Non-compatible flatbuffers version included");
122 if (flatbuffers::IsOutRange(e, None, MaxBaseType)) return ""; in EnumNameBaseType()
161 if (flatbuffers::IsOutRange(e, AdvancedArrayFeatures, DefaultVectorsAndStrings)) return ""; in EnumNameAdvancedFeatures()
166 struct Type FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
196 bool Verify(flatbuffers::Verifier &verifier) const { in Verify()
210 flatbuffers::FlatBufferBuilder &fbb_;
211 flatbuffers::uoffset_t start_;
[all …]
/external/federated-compute/fcp/base/
Dtracing_schema_generated.h1 // automatically generated by the FlatBuffers compiler, do not modify
7 #include "flatbuffers/flatbuffers.h"
9 // Ensure the included flatbuffers.h is the same version as when this file was
14 "Non-compatible flatbuffers version included");
30 inline const flatbuffers::TypeTable *ResultExpectErrorTypeTable();
32 inline const flatbuffers::TypeTable *ResultExpectStatusErrorTypeTable();
34 inline const flatbuffers::TypeTable *ProtoParseFailureTypeTable();
106 …if (flatbuffers::IsOutRange(e, TracingStatusCode_Ok, TracingStatusCode_Unauthenticated)) return ""; in EnumNameTracingStatusCode()
111 struct ResultExpectErrorT : public flatbuffers::NativeTable {
118 struct ResultExpectError FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
[all …]
/external/flatbuffers/tests/
Dnative_type_test_generated.h1 // automatically generated by the FlatBuffers compiler, do not modify
7 #include "flatbuffers/flatbuffers.h"
9 // Ensure the included flatbuffers.h is the same version as when this file was
14 "Non-compatible flatbuffers version included");
28 inline const flatbuffers::TypeTable *Vector3DTypeTable();
30 inline const flatbuffers::TypeTable *Vector3DAltTypeTable();
32 inline const flatbuffers::TypeTable *ApplicationDataTypeTable();
41 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
50 : x_(flatbuffers::EndianScalar(_x)), in Vector3D()
51 y_(flatbuffers::EndianScalar(_y)), in Vector3D()
[all …]
Darrays_test_generated.h1 // automatically generated by the FlatBuffers compiler, do not modify
7 #include "flatbuffers/flatbuffers.h"
9 // Ensure the included flatbuffers.h is the same version as when this file was
14 "Non-compatible flatbuffers version included");
34 inline const flatbuffers::TypeTable *NestedStructTypeTable();
36 inline const flatbuffers::TypeTable *ArrayStructTypeTable();
38 inline const flatbuffers::TypeTable *ArrayTableTypeTable();
68 if (flatbuffers::IsOutRange(e, TestEnum::A, TestEnum::C)) return ""; in EnumNameTestEnum()
82 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
97 b_(flatbuffers::EndianScalar(static_cast<int8_t>(_b))), in NestedStruct()
[all …]
Dmonster_test_generated.h1 // automatically generated by the FlatBuffers compiler, do not modify
7 #include "flatbuffers/flatbuffers.h"
8 #include "flatbuffers/flexbuffers.h"
9 #include "flatbuffers/flex_flat_util.h"
11 // Ensure the included flatbuffers.h is the same version as when this file was
16 "Non-compatible flatbuffers version included");
99 inline const flatbuffers::TypeTable *InParentNamespaceTypeTable();
103 inline const flatbuffers::TypeTable *MonsterTypeTable();
109 inline const flatbuffers::TypeTable *TestTypeTable();
111 inline const flatbuffers::TypeTable *TestSimpleTableWithEnumTypeTable();
[all …]
/external/flatbuffers/src/
Dflatc_main.cpp21 #include "flatbuffers/base.h"
22 #include "flatbuffers/flatc.h"
23 #include "flatbuffers/util.h"
27 static void Warn(const flatbuffers::FlatCompiler *flatc, in Warn()
34 static void Error(const flatbuffers::FlatCompiler *flatc, in Error()
44 namespace flatbuffers { namespace
46 Warn(static_cast<const flatbuffers::FlatCompiler *>(nullptr), warn, true); in LogCompilerWarn()
49 Error(static_cast<const flatbuffers::FlatCompiler *>(nullptr), err, false, in LogCompilerError()
52 } // namespace flatbuffers
56 flatbuffers::SetupDefaultCRTReportMode(); in main()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_model_generated.h15 // automatically generated by the FlatBuffers compiler, do not modify
20 #include "flatbuffers/flatbuffers.h"
40 struct TensorDescWithId FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
52 bool Verify(flatbuffers::Verifier &verifier) const { in Verify()
63 flatbuffers::FlatBufferBuilder &fbb_;
64 flatbuffers::uoffset_t start_;
65 void add_desc(flatbuffers::Offset<tflite::gpu::data::TensorDescriptor> desc) { in add_desc()
71 explicit TensorDescWithIdBuilder(flatbuffers::FlatBufferBuilder &_fbb) in TensorDescWithIdBuilder()
75 flatbuffers::Offset<TensorDescWithId> Finish() { in Finish()
77 auto o = flatbuffers::Offset<TensorDescWithId>(end); in Finish()
[all …]
/external/angle/third_party/flatbuffers/generated/tests/
Dalignment_test_generated.h1 // automatically generated by the FlatBuffers compiler, do not modify
6 #include "flatbuffers/flatbuffers.h"
8 // Ensure the included flatbuffers.h is the same version as when this file was
12 "Non-compatible flatbuffers version included");
45 inline const ::flatbuffers::TypeTable *BadAlignmentSmallTypeTable();
47 inline const ::flatbuffers::TypeTable *BadAlignmentLargeTypeTable();
49 inline const ::flatbuffers::TypeTable *OuterLargeTypeTable();
51 inline const ::flatbuffers::TypeTable *BadAlignmentRootTypeTable();
53 inline const ::flatbuffers::TypeTable *JustSmallStructTypeTable();
55 inline const ::flatbuffers::TypeTable *SmallStructsTypeTable();
[all …]
Darrays_test_generated.h1 // automatically generated by the FlatBuffers compiler, do not modify
6 #include "flatbuffers/flatbuffers.h"
8 // Ensure the included flatbuffers.h is the same version as when this file was
12 "Non-compatible flatbuffers version included");
34 inline const ::flatbuffers::TypeTable *NestedStructTypeTable();
36 inline const ::flatbuffers::TypeTable *ArrayStructTypeTable();
38 inline const ::flatbuffers::TypeTable *ArrayTableTypeTable();
63 if (::flatbuffers::IsOutRange(e, TestEnum::A, TestEnum::C)) in EnumNameTestEnum()
83 static const ::flatbuffers::TypeTable *MiniReflectTypeTable() in MiniReflectTypeTable()
94 b_(::flatbuffers::EndianScalar(static_cast<int8_t>(_b))), in NestedStruct()
[all …]
/external/tensorflow/third_party/flatbuffers/
Dflatbuffers.BUILD31 name = "flatbuffers",
36 deps = ["//src:flatbuffers"],
39 # Public C++ headers for the Flatbuffers library.
43 "include/flatbuffers/allocator.h",
44 "include/flatbuffers/array.h",
45 "include/flatbuffers/base.h",
46 "include/flatbuffers/bfbs_generator.h",
47 "include/flatbuffers/buffer.h",
48 "include/flatbuffers/buffer_ref.h",
49 "include/flatbuffers/code_generators.h",
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dserialization_base_generated.h15 // automatically generated by the FlatBuffers compiler, do not modify
21 #include "flatbuffers/flatbuffers.h"
106 if (flatbuffers::IsOutRange(e, AccessType::READ, AccessType::READ_WRITE)) return ""; in EnumNameAccessType()
169 if (flatbuffers::IsOutRange(e, DataType::UNKNOWN, DataType::BOOL)) return ""; in EnumNameDataType()
202 if (flatbuffers::IsOutRange(e, MemoryType::GLOBAL, MemoryType::LOCAL)) return ""; in EnumNameMemoryType()
247 …if (flatbuffers::IsOutRange(e, TensorStorageType::UNKNOWN, TensorStorageType::SINGLE_TEXTURE_2D)) … in EnumNameTensorStorageType()
278 if (flatbuffers::IsOutRange(e, Layout::UNKNOWN, Layout::HW)) return ""; in EnumNameLayout()
311 if (flatbuffers::IsOutRange(e, CalculationsPrecision::F32, CalculationsPrecision::F16)) return ""; in EnumNameCalculationsPrecision()
350 …if (flatbuffers::IsOutRange(e, TensorToGrid::CUSTOM, TensorToGrid::B_TO_X_Y_IS_1_Z_IS_1)) return "… in EnumNameTensorToGrid()
392 …if (flatbuffers::IsOutRange(e, CompilerOptions::ADRENO_FULL_SIMD_LINE, CompilerOptions::CL_3_0)) r… in EnumNameCompilerOptions()
[all …]
/external/tensorflow/tensorflow/lite/schema/
Dschema_generated.h15 // automatically generated by the FlatBuffers compiler, do not modify
21 #include "flatbuffers/flatbuffers.h"
655 if (flatbuffers::IsOutRange(e, TensorType_FLOAT32, TensorType_UINT16)) return ""; in EnumNameTensorType()
685 …if (flatbuffers::IsOutRange(e, QuantizationDetails_NONE, QuantizationDetails_CustomQuantization)) … in EnumNameQuantizationDetails()
733 …static void *UnPack(const void *obj, QuantizationDetails type, const flatbuffers::resolver_functio…
734flatbuffers::Offset<void> Pack(flatbuffers::FlatBufferBuilder &_fbb, const flatbuffers::rehasher_f…
746 bool VerifyQuantizationDetails(flatbuffers::Verifier &verifier, const void *obj, QuantizationDetail…
747 …zationDetailsVector(flatbuffers::Verifier &verifier, const flatbuffers::Vector<flatbuffers::Offset…
774 if (flatbuffers::IsOutRange(e, DimensionType_DENSE, DimensionType_SPARSE_CSR)) return "";
810 if (flatbuffers::IsOutRange(e, SparseIndexVector_NONE, SparseIndexVector_Uint8Vector)) return "";
[all …]
/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.h1 // automatically generated by the FlatBuffers compiler, do not modify
7 #include "flatbuffers/flatbuffers.h"
9 // Ensure the included flatbuffers.h is the same version as when this file was
14 "Non-compatible flatbuffers version included");
47 inline const flatbuffers::TypeTable *AttackerTypeTable();
49 inline const flatbuffers::TypeTable *RapunzelTypeTable();
51 inline const flatbuffers::TypeTable *BookReaderTypeTable();
53 inline const flatbuffers::TypeTable *FallingTubTypeTable();
55 inline const flatbuffers::TypeTable *HandFanTypeTable();
57 inline const flatbuffers::TypeTable *MovieTypeTable();
[all …]
/external/flatbuffers/tests/cpp17/generated_cpp17/
Dunion_vector_generated.h1 // automatically generated by the FlatBuffers compiler, do not modify
7 #include "flatbuffers/flatbuffers.h"
9 // Ensure the included flatbuffers.h is the same version as when this file was
14 "Non-compatible flatbuffers version included");
34 inline const flatbuffers::TypeTable *AttackerTypeTable();
36 inline const flatbuffers::TypeTable *RapunzelTypeTable();
38 inline const flatbuffers::TypeTable *BookReaderTypeTable();
40 inline const flatbuffers::TypeTable *FallingTubTypeTable();
42 inline const flatbuffers::TypeTable *HandFanTypeTable();
44 inline const flatbuffers::TypeTable *MovieTypeTable();
[all …]
Dmonster_test_generated.h1 // automatically generated by the FlatBuffers compiler, do not modify
7 #include "flatbuffers/flatbuffers.h"
8 #include "flatbuffers/flexbuffers.h"
9 #include "flatbuffers/flex_flat_util.h"
11 // Ensure the included flatbuffers.h is the same version as when this file was
16 "Non-compatible flatbuffers version included");
66 inline const flatbuffers::TypeTable *InParentNamespaceTypeTable();
70 inline const flatbuffers::TypeTable *MonsterTypeTable();
76 inline const flatbuffers::TypeTable *TestTypeTable();
78 inline const flatbuffers::TypeTable *TestSimpleTableWithEnumTypeTable();
[all …]
/external/flatbuffers/samples/
Dmonster_generated.h1 // automatically generated by the FlatBuffers compiler, do not modify
7 #include "flatbuffers/flatbuffers.h"
9 // Ensure the included flatbuffers.h is the same version as when this file was
14 "Non-compatible flatbuffers version included");
36 inline const flatbuffers::TypeTable *Vec3TypeTable();
38 inline const flatbuffers::TypeTable *MonsterTypeTable();
40 inline const flatbuffers::TypeTable *WeaponTypeTable();
70 if (flatbuffers::IsOutRange(e, Color_Red, Color_Blue)) return ""; in EnumNameColor()
100 if (flatbuffers::IsOutRange(e, Equipment_NONE, Equipment_Weapon)) return ""; in EnumNameEquipment()
148 …static void *UnPack(const void *obj, Equipment type, const flatbuffers::resolver_function_t *resol…
[all …]
/external/flatbuffers/tests/MyGame/Example/
DMonster.go1 // Code generated by the FlatBuffers compiler. DO NOT EDIT.
6 flatbuffers "github.com/google/flatbuffers/go" packageName
65 func (t *MonsterT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
68 inventoryOffset := flatbuffers.UOffsetT(0)
74 test4Offset := flatbuffers.UOffsetT(0)
83 testarrayofstringOffset := flatbuffers.UOffsetT(0)
86 testarrayofstringOffsets := make([]flatbuffers.UOffsetT, testarrayofstringLength)
96 testarrayoftablesOffset := flatbuffers.UOffsetT(0)
99 testarrayoftablesOffsets := make([]flatbuffers.UOffsetT, testarrayoftablesLength)
110 testnestedflatbufferOffset := flatbuffers.UOffsetT(0)
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization_generated.h15 // automatically generated by the FlatBuffers compiler, do not modify
21 #include "flatbuffers/flatbuffers.h"
37 struct BinaryProgram FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
46 const flatbuffers::Vector<uint8_t> *binary() const { in binary()
47 return GetPointer<const flatbuffers::Vector<uint8_t> *>(VT_BINARY); in binary()
49 bool Verify(flatbuffers::Verifier &verifier) const { in Verify()
60 flatbuffers::FlatBufferBuilder &fbb_;
61 flatbuffers::uoffset_t start_;
65 void add_binary(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> binary) { in add_binary()
68 explicit BinaryProgramBuilder(flatbuffers::FlatBufferBuilder &_fbb) in BinaryProgramBuilder()
[all …]
/external/armnn/src/backends/cl/
DClContextSchema_generated.h6 // automatically generated by the FlatBuffers compiler, do not modify
11 #include "flatbuffers/flatbuffers.h"
21 struct ClContext FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
26 const flatbuffers::Vector<flatbuffers::Offset<armnn::Program>> *programs() const { in programs()
27 … return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<armnn::Program>> *>(VT_PROGRAMS); in programs()
29 bool Verify(flatbuffers::Verifier &verifier) const { in Verify()
40 flatbuffers::FlatBufferBuilder &fbb_;
41 flatbuffers::uoffset_t start_;
42 …void add_programs(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<armnn::Program>>> pr… in add_programs()
45 explicit ClContextBuilder(flatbuffers::FlatBufferBuilder &_fbb) in ClContextBuilder()
[all …]
/external/armnn/generated/
DArmnnSchema_generated.h1 // automatically generated by the FlatBuffers compiler, do not modify
7 #include "flatbuffers/flatbuffers.h"
9 // Ensure the included flatbuffers.h is the same version as when this file was
14 "Non-compatible flatbuffers version included");
471 …if (flatbuffers::IsOutRange(e, ActivationFunction_Sigmoid, ActivationFunction_HardSwish)) return "… in EnumNameActivationFunction()
501 if (flatbuffers::IsOutRange(e, ArgMinMaxFunction_Min, ArgMinMaxFunction_Max)) return ""; in EnumNameArgMinMaxFunction()
558 if (flatbuffers::IsOutRange(e, DataType_Float16, DataType_Signed64)) return ""; in EnumNameDataType()
594 if (flatbuffers::IsOutRange(e, DataLayout_NHWC, DataLayout_NCDHW)) return ""; in EnumNameDataLayout()
633 if (flatbuffers::IsOutRange(e, ReduceOperation_Sum, ReduceOperation_Prod)) return ""; in EnumNameReduceOperation()
663 if (flatbuffers::IsOutRange(e, ResizeMethod_NearestNeighbor, ResizeMethod_Bilinear)) return ""; in EnumNameResizeMethod()
[all …]
/external/flatbuffers/tests/monster_test_suffix/ext_only/
Dmonster_test_generated.hpp1 // automatically generated by the FlatBuffers compiler, do not modify
7 #include "flatbuffers/flatbuffers.h"
8 #include "flatbuffers/flexbuffers.h"
9 #include "flatbuffers/flex_flat_util.h"
11 // Ensure the included flatbuffers.h is the same version as when this file was
16 "Non-compatible flatbuffers version included");
99 inline const flatbuffers::TypeTable *InParentNamespaceTypeTable();
103 inline const flatbuffers::TypeTable *MonsterTypeTable();
109 inline const flatbuffers::TypeTable *TestTypeTable();
111 inline const flatbuffers::TypeTable *TestSimpleTableWithEnumTypeTable();
[all …]
/external/flatbuffers/tests/monster_test_suffix/filesuffix_only/
Dmonster_test_suffix.h1 // automatically generated by the FlatBuffers compiler, do not modify
7 #include "flatbuffers/flatbuffers.h"
8 #include "flatbuffers/flexbuffers.h"
9 #include "flatbuffers/flex_flat_util.h"
11 // Ensure the included flatbuffers.h is the same version as when this file was
16 "Non-compatible flatbuffers version included");
99 inline const flatbuffers::TypeTable *InParentNamespaceTypeTable();
103 inline const flatbuffers::TypeTable *MonsterTypeTable();
109 inline const flatbuffers::TypeTable *TestTypeTable();
111 inline const flatbuffers::TypeTable *TestSimpleTableWithEnumTypeTable();
[all …]
/external/flatbuffers/tests/monster_test_suffix/
Dmonster_test_suffix.hpp1 // automatically generated by the FlatBuffers compiler, do not modify
7 #include "flatbuffers/flatbuffers.h"
8 #include "flatbuffers/flexbuffers.h"
9 #include "flatbuffers/flex_flat_util.h"
11 // Ensure the included flatbuffers.h is the same version as when this file was
16 "Non-compatible flatbuffers version included");
99 inline const flatbuffers::TypeTable *InParentNamespaceTypeTable();
103 inline const flatbuffers::TypeTable *MonsterTypeTable();
109 inline const flatbuffers::TypeTable *TestTypeTable();
111 inline const flatbuffers::TypeTable *TestSimpleTableWithEnumTypeTable();
[all …]
/external/flatbuffers/
DBUILD.bazel30 name = "flatbuffers",
34 deps = ["//src:flatbuffers"],
37 # Public C++ headers for the Flatbuffers library.
41 "include/flatbuffers/allocator.h",
42 "include/flatbuffers/array.h",
43 "include/flatbuffers/base.h",
44 "include/flatbuffers/bfbs_generator.h",
45 "include/flatbuffers/buffer.h",
46 "include/flatbuffers/buffer_ref.h",
47 "include/flatbuffers/code_generators.h",
[all …]
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration_generated.h15 // automatically generated by the FlatBuffers compiler, do not modify
21 #include "flatbuffers/flatbuffers.h"
201 if (flatbuffers::IsOutRange(e, ExecutionPreference_ANY, ExecutionPreference_FORCE_CPU)) return ""; in EnumNameExecutionPreference()
249 if (flatbuffers::IsOutRange(e, Delegate_NONE, Delegate_CORE_ML)) return ""; in EnumNameDelegate()
285 …if (flatbuffers::IsOutRange(e, NNAPIExecutionPreference_UNDEFINED, NNAPIExecutionPreference_NNAPI_… in EnumNameNNAPIExecutionPreference()
321 …if (flatbuffers::IsOutRange(e, NNAPIExecutionPriority_NNAPI_PRIORITY_UNDEFINED, NNAPIExecutionPrio… in EnumNameNNAPIExecutionPriority()
354 if (flatbuffers::IsOutRange(e, GPUBackend_UNSET, GPUBackend_OPENGL)) return ""; in EnumNameGPUBackend()
390 …if (flatbuffers::IsOutRange(e, GPUInferencePriority_GPU_PRIORITY_AUTO, GPUInferencePriority_GPU_PR… in EnumNameGPUInferencePriority()
420 …if (flatbuffers::IsOutRange(e, GPUInferenceUsage_GPU_INFERENCE_PREFERENCE_FAST_SINGLE_ANSWER, GPUI… in EnumNameGPUInferenceUsage()
459 …if (flatbuffers::IsOutRange(e, XNNPackFlags_TFLITE_XNNPACK_DELEGATE_NO_FLAGS, XNNPackFlags_TFLITE_… in EnumNameXNNPackFlags()
[all …]

12345678910>>...70