Home
last modified time | relevance | path

Searched defs:allocation_model (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dlocal_device_state.h103 AllocationModel allocation_model() const { return allocation_model_; } in allocation_model() function
H A Dlocal_device_state.cc31 AllocationModel allocation_model, in LocalDeviceState()