Home
last modified time | relevance | path

Searched defs:allocate_output (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/jpeg/
H A Djpeg_mem.cc54 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 Doutput.c53 void allocate_output(app_ctxt_t *ps_app_ctxt) in allocate_output() function
/aosp_15_r20/external/libavc/examples/avcenc/
H A Doutput.c92 void allocate_output(app_ctxt_t *ps_app_ctxt) in allocate_output() function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.cc698 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 Dgif_io.cc59 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 Dtfrt_op_kernel.cc160 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 Dmemory_planning.py472 def allocate_output(self, block: Allocation): member in AllocationPools