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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
while_transformer_test.cc 48 auto induction_variable = local
53 induction_variable, limit_const));
65 auto induction_variable = local
71 induction_variable->shape(), HloOpcode::kAdd, induction_variable, inc));
75 // Use 'induction_variable' in computation with no path to output tuple.
77 HloInstruction::CreateBroadcast(data_shape_, induction_variable, {}));
  /external/tensorflow/tensorflow/compiler/xla/service/
copy_insertion_test.cc 414 auto induction_variable = local
419 induction_variable, limit_const));
436 auto induction_variable = local
442 induction_variable->shape(), HloOpcode::kAdd, induction_variable, inc));
446 // Use 'induction_variable' in computation with no path to output tuple.
448 HloInstruction::CreateBroadcast(data_shape_, induction_variable, {8}));
474 auto induction_variable = local
482 induction_variable->shape(), HloOpcode::kAdd, induction_variable, inc))
509 auto induction_variable = local
543 auto induction_variable = local
    [all...]

Completed in 168 milliseconds