Searched refs:ObjectDef (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/ |
D | api.h | 173 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()
|
D | delegate.cc | 242 ObjectDef GetObjectDef(int index) const { in GetObjectDef() 243 ObjectDef default_object_def; in GetObjectDef()
|
D | api.cc | 63 bool IsValid(const ObjectDef& def) { in IsValid()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | converter.cc | 95 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/ |
D | converter.cc | 77 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/ |
D | gl_interop.h | 146 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported()
|
D | gpu_api_delegate.cc | 252 ObjectDef GetObjectDef(int index) const { in GetObjectDef() 256 ObjectDef default_object_def; in GetObjectDef()
|
D | api.cc | 733 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/ |
D | internal_api_samples.cc | 174 ObjectDef obj_def; in RunModelSampleWithInternalAPI() 303 ObjectDef obj_def; in RunModelSampleWithInternalAPISerializedKernels() 379 ObjectDef obj_def; in RunModelSampleWithInternalAPISerialized()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | api2.cc | 526 absl::Status SetInputObjectDef(int index, ObjectDef new_def) final { in SetInputObjectDef() 540 absl::Status SetOutputObjectDef(int index, ObjectDef new_def) final { in SetOutputObjectDef()
|