Home
last modified time | relevance | path

Searched refs:ObjectDef (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/
Dapi.h173 struct ObjectDef { struct
185 bool operator==(const ObjectDef& other) const { argument
192 bool IsValid(const ObjectDef& def);
218 ObjectDef object_def;
271 virtual absl::Status SetInputObjectDef(int index, ObjectDef def) = 0;
272 virtual absl::Status SetOutputObjectDef(int index, ObjectDef def) = 0;
273 virtual absl::Status SetAllInputObjectDefsTo(ObjectDef def) { in SetAllInputObjectDefsTo()
280 virtual absl::Status SetAllOutputObjectDefsTo(ObjectDef def) { in SetAllOutputObjectDefsTo()
Ddelegate.cc242 ObjectDef GetObjectDef(int index) const { in GetObjectDef()
243 ObjectDef default_object_def; in GetObjectDef()
Dapi.cc63 bool IsValid(const ObjectDef& def) { in IsValid()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dconverter.cc95 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported()
183 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported()
275 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported()
307 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dconverter.cc77 bool IsBHWCOpenCLBuffer(const ObjectDef& def) { in IsBHWCOpenCLBuffer()
83 bool IsOpenCLTensor(const ObjectDef& def) { in IsOpenCLTensor()
116 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported()
204 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported()
286 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported()
408 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported()
470 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgl_interop.h146 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported()
Dgpu_api_delegate.cc252 ObjectDef GetObjectDef(int index) const { in GetObjectDef()
256 ObjectDef default_object_def; in GetObjectDef()
Dapi.cc733 absl::Status SetInputObjectDef(int index, ObjectDef new_def) override { in SetInputObjectDef()
747 absl::Status SetOutputObjectDef(int index, ObjectDef new_def) override { in SetOutputObjectDef()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Dinternal_api_samples.cc174 ObjectDef obj_def; in RunModelSampleWithInternalAPI()
303 ObjectDef obj_def; in RunModelSampleWithInternalAPISerializedKernels()
379 ObjectDef obj_def; in RunModelSampleWithInternalAPISerialized()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi2.cc526 absl::Status SetInputObjectDef(int index, ObjectDef new_def) final { in SetInputObjectDef()
540 absl::Status SetOutputObjectDef(int index, ObjectDef new_def) final { in SetOutputObjectDef()