HomeSort by relevance Sort by last modified time
    Searched defs:allocate_output (Results 1 - 2 of 2) sorted by null

  /external/libavc/test/encoder/
output.c 61 void allocate_output(app_ctxt_t *ps_app_ctxt) function
  /external/tensorflow/tensorflow/core/framework/
op_kernel.cc 589 Status OpKernelContext::allocate_output(int index, const TensorShape& shape, function in class:tensorflow::OpKernelContext
594 return allocate_output(index, shape, output, attr);
597 Status OpKernelContext::allocate_output(StringPiece name, function in class:tensorflow::OpKernelContext
608 return allocate_output(start, shape, tensor);
611 Status OpKernelContext::allocate_output(StringPiece name, function in class:tensorflow::OpKernelContext
623 return allocate_output(start, shape, tensor, attr);
649 Status OpKernelContext::allocate_output(int index, const TensorShape& shape, function in class:tensorflow::OpKernelContext
    [all...]

Completed in 72 milliseconds