Home
last modified time | relevance | path

Searched refs:AllocationModel (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dlocal_device_state.h40 enum AllocationModel { enum
92 AllocationModel allocation_model, bool asynchronous,
102 AllocationModel allocation_model() const { return allocation_model_; } in allocation_model()
166 AllocationModel allocation_model_;
Dlocal_device_state.cc32 AllocationModel allocation_model, in LocalDeviceState()