HomeSort by relevance Sort by last modified time
    Searched refs:FreeContiguous (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/aot/
runtime.h 46 // FreeContiguous when the buffers are no longer in use.
50 // FreeContiguous frees the contiguous block of memory allocated by
52 void FreeContiguous(void* contiguous);
runtime_test.cc 55 // To test MallocContiguousBuffers and FreeContiguous, we just check for
63 FreeContiguous(base);
71 FreeContiguous(base);
83 FreeContiguous(base);
95 FreeContiguous(base);
118 FreeContiguous(base);
runtime.cc 98 void FreeContiguous(void* contiguous) {
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiled_cpu_function.cc 54 tensorflow::tfcompile::runtime::FreeContiguous(alloc_args_);
55 tensorflow::tfcompile::runtime::FreeContiguous(alloc_temps_);

Completed in 179 milliseconds