Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1882 std::vector<int64> operand_to_output_dim(operand_shape.dimensions_size(), -1); in EmitElementalGather() local
1889 operand_to_output_dim[i] = output_window_dim; in EmitElementalGather()
1916 int64 output_dim = operand_to_output_dim[operand_dim]; in EmitElementalGather()