Home
last modified time | relevance | path

Searched refs:AllocateObjects (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_arguments.h74 absl::Status AllocateObjects(const Arguments& args, id<MTLDevice> device);
Dmetal_arguments.cc182 RETURN_IF_ERROR(AllocateObjects(*args, device->device())); in Init()
458 absl::Status MetalArguments::AllocateObjects(const Arguments& args, in AllocateObjects() function in tflite::gpu::metal::MetalArguments
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_arguments.h66 absl::Status AllocateObjects(const Arguments& args, CLContext* context);
Dcl_arguments.cc215 RETURN_IF_ERROR(AllocateObjects(*args, context)); in Init()
234 RETURN_IF_ERROR(AllocateObjects(*args, context)); in Init()
243 absl::Status CLArguments::AllocateObjects(const Arguments& args, in AllocateObjects() function in tflite::gpu::cl::CLArguments