Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dlocal_device_state.h40 enum AllocationModel { enum
92 AllocationModel allocation_model,
103 AllocationModel allocation_model() const { return allocation_model_; } in allocation_model()
166 AllocationModel allocation_model_;
H A Dlocal_device_state.cc31 AllocationModel allocation_model, in LocalDeviceState()