Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc789 std::vector<int64> scratch_source_index(shape().dimensions_size()); in Broadcast() local
804 scratch_source_index[i] = output_index[dimensions[i]]; in Broadcast()
809 shape(), scratch_source_index); in Broadcast()