HomeSort by relevance Sort by last modified time
    Searched refs:slice_starts_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_instruction.h 1401 std::vector<int64> slice_starts_; member in class:xla::HloInstruction
    [all...]
hlo_instruction.cc 127 instruction->slice_starts_.push_back(slice_dimensions.start());
506 instruction->slice_starts_.assign(start_indices.begin(), start_indices.end());
    [all...]

Completed in 69 milliseconds