Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for memory_allocator (0.25 sec)

  1. tensorflow/compiler/jit/xla_launch_util.cc

                                         /*source_base_index=*/{},
                                         /*target_base_index=*/{0});
        output = ScopedShapedBuffer(std::move(buffer), output.memory_allocator());
      }
    
      std::shared_ptr<se::Event> definition_event;
      if (use_multiple_streams_ && stream) {
        TF_ASSIGN_OR_RETURN(definition_event, stream->parent()->CreateEvent());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 00:36:08 UTC 2024
    - 40.4K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/stream_executor/stream_executor.cc

    #include "tensorflow/c/tf_status_helper.h"
    #include "xla/stream_executor/executor_cache.h"
    #include "xla/stream_executor/host_memory_allocation.h"
    #include "xla/stream_executor/memory_allocation.h"
    #include "xla/stream_executor/platform.h"
    #include "xla/stream_executor/platform_manager.h"
    #include "xla/stream_executor/stream.h"
    #include "xla/stream_executor/stream_executor.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 14 07:39:19 UTC 2024
    - 27.1K bytes
    - Viewed (0)
Back to top