Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Doutput.c61 void allocate_output(app_ctxt_t *ps_app_ctxt) in allocate_output() function
/external/tensorflow/tensorflow/core/lib/gif/
Dgif_io.cc57 const std::function<uint8*(int, int, int, int)>& allocate_output, in Decode() argument
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_mem.cc53 std::function<uint8*(int, int, int)> allocate_output) in FewerArgsForCompiler() argument
506 std::function<uint8*(int, int, int)> allocate_output) { in Uncompress() argument
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc657 Status OpKernelContext::allocate_output(int index, const TensorShape& shape, in allocate_output() function in tensorflow::OpKernelContext
673 Status OpKernelContext::allocate_output(StringPiece name, in allocate_output() function in tensorflow::OpKernelContext
687 Status OpKernelContext::allocate_output(StringPiece name, in allocate_output() function in tensorflow::OpKernelContext
725 Status OpKernelContext::allocate_output(int index, const TensorShape& shape, in allocate_output() function in tensorflow::OpKernelContext
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dnuma_map_and_batch_dataset_op.cc474 std::function<void(size_t, std::vector<Tensor>*)> allocate_output) { in GetBatchTensors()