Searched defs:allocate_output (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/jpeg/ |
H A D | jpeg_mem.cc | 54 std::function<uint8*(int, int, int)> allocate_output) in FewerArgsForCompiler() argument 507 std::function<uint8*(int, int, int)> allocate_output) { in Uncompress() argument
|
/aosp_15_r20/external/libavc/examples/svcenc/ |
H A D | output.c | 53 void allocate_output(app_ctxt_t *ps_app_ctxt) in allocate_output() function
|
/aosp_15_r20/external/libavc/examples/avcenc/ |
H A D | output.c | 92 void allocate_output(app_ctxt_t *ps_app_ctxt) in allocate_output() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | op_kernel.cc | 698 Status OpKernelContext::allocate_output(int index, const TensorShape& shape, in allocate_output() function in tensorflow::OpKernelContext 721 Status OpKernelContext::allocate_output(StringPiece name, in allocate_output() function in tensorflow::OpKernelContext 735 Status OpKernelContext::allocate_output(StringPiece name, in allocate_output() function in tensorflow::OpKernelContext 774 Status OpKernelContext::allocate_output(int index, const TensorShape& shape, in allocate_output() function in tensorflow::OpKernelContext
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/gif/ |
H A D | gif_io.cc | 59 const std::function<uint8*(int, int, int, int)>& allocate_output, in Decode() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
H A D | tfrt_op_kernel.cc | 160 Status TFRTOpKernelContext::allocate_output(int index, const TensorShape& shape, in allocate_output() function in tensorflow::TFRTOpKernelContext
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | memory_planning.py | 472 def allocate_output(self, block: Allocation): member in AllocationPools
|