Searched refs:within_src_bounds (Results 1 – 1 of 1) sorted by relevance
1098 bool within_src_bounds) { in GenerateIndices() argument1099 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() argument1156 if (within_src_bounds && i < input_lengths[axis]) { in CopyDataFromInput()1197 bool within_src_bounds) { in CopyDataToOutput() argument1205 if (within_src_bounds && i < ub) { in CopyDataToOutput()1419 bool within_src_bounds) { in HandleFft() argument1423 CHECK(within_src_bounds); in HandleFft()