Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc1098 bool within_src_bounds) { in GenerateIndices() argument
1099 if (!base(axis, dst_index, src_index, within_src_bounds)) { in GenerateIndices()
1104 within_src_bounds &= i < src_lengths[axis]; in GenerateIndices()
1105 generate(axis - 1, dst_index, src_index, within_src_bounds); in GenerateIndices()
1146 bool within_src_bounds) { in CopyDataFromInput() argument
1156 if (within_src_bounds && i < input_lengths[axis]) { in CopyDataFromInput()
1197 bool within_src_bounds) { in CopyDataToOutput() argument
1205 if (within_src_bounds && i < ub) { in CopyDataToOutput()
1419 bool within_src_bounds) { in HandleFft() argument
1423 CHECK(within_src_bounds); in HandleFft()