Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral.cc930 std::vector<int64_t> scratch_source_index(shape().dimensions_size()); in Broadcast() local
944 scratch_source_index[i] = output_index[dimensions[i]]; in Broadcast()
949 shape(), scratch_source_index); in Broadcast()