Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dlocal_device_state.h102 AllocationModel allocation_model() const { return allocation_model_; } in allocation_model()
166 AllocationModel allocation_model_; variable
Dlocal_device_state.cc34 : allocation_model_(allocation_model), in LocalDeviceState()