Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Djax_jit.cc748 bool input_pruning_enabled = kept_args.has_value(); in CopyBuffersToDevice() local
750 if (input_pruning_enabled && !kept_args.value()[i]) { in CopyBuffersToDevice()