Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_executable.cc890 Shape* output_shape, int buffer_param_offset) { in SetUpMlirAllocation() argument
896 if (i < buffer_param_offset) { in SetUpMlirAllocation()
899 const int buffer_index = i - buffer_param_offset; in SetUpMlirAllocation()
H A Dgpu_executable.h140 Shape* output_shape, int buffer_param_offset = 0);