Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dwhile_transformer_test.cc34 data_shape_(ShapeUtil::MakeShape(F32, {8})),
70 data_shape_, loop_state, data_tuple_index)); in BuildBodyComputation()
75 HloInstruction::CreateBroadcast(data_shape_, cast, {})); in BuildBodyComputation()
77 data_shape_, HloOpcode::kAdd, data, update)); in BuildBodyComputation()
112 {induction_variable_shape_, data_shape_}); in GetLoopStateShape()
115 {data_shape_, induction_variable_shape_}); in GetLoopStateShape()
121 Shape data_shape_; member in xla::__anon9d1b4d8c0111::WhileTransformerTest
/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion_test.cc451 HloInstruction::CreateGetTupleElement(data_shape_, loop_state, 1)); in BuildDependentBodyComputation()
454 HloInstruction::CreateBroadcast(data_shape_, induction_variable, {8})); in BuildDependentBodyComputation()
456 data_shape_, HloOpcode::kAdd, data, update)); in BuildDependentBodyComputation()
474 {induction_variable_shape_, data_shape_, data_shape_}); in BuildDependentBodyComputation2()
491 HloInstruction::CreateGetTupleElement(data_shape_, loop_state, 1)); in BuildDependentBodyComputation2()
495 HloInstruction::CreateGetTupleElement(data_shape_, loop_state, 2)); in BuildDependentBodyComputation2()
520 HloInstruction::CreateGetTupleElement(data_shape_, loop_state, 1)); in BuildDependentBodyOneReadOnlyComputation()
524 HloInstruction::CreateBroadcast(data_shape_, induction_variable, {8})); in BuildDependentBodyOneReadOnlyComputation()
526 data_shape_, HloOpcode::kAdd, data, update)); in BuildDependentBodyOneReadOnlyComputation()
563 HloInstruction::CreateGetTupleElement(data_shape_, data, 0)); in BuildIndependentBodyComputation()
[all …]
Dbuffer_assignment_test.cc1878 HloInstruction::CreateGetTupleElement(data_shape_, loop_state, 0)); in BuildWhileBodyComputation()
1880 HloInstruction::CreateGetTupleElement(data_shape_, loop_state, 1)); in BuildWhileBodyComputation()
1882 data_shape_, HloOpcode::kMultiply, input, weights)); in BuildWhileBodyComputation()
1905 Shape data_shape_ = ShapeUtil::MakeShape(F32, {4}); member in xla::__anon3198ac380111::WhileBufferAssignmentTest
1907 ShapeUtil::MakeTupleShape({data_shape_, data_shape_, data_shape_});
1920 HloInstruction::CreateParameter(0, data_shape_, "input0")); in TEST_F()
1922 HloInstruction::CreateParameter(1, data_shape_, "weights0")); in TEST_F()
1924 HloInstruction::CreateParameter(2, data_shape_, "weights1")); in TEST_F()
1929 HloInstruction::CreateBroadcast(data_shape_, zero, {})); in TEST_F()
1931 HloInstruction::CreateBroadcast(data_shape_, zero, {})); in TEST_F()
[all …]
/external/tensorflow/tensorflow/contrib/coder/kernels/
Drange_coder_ops.cc54 std::copy(data_shape.begin(), data_shape.end(), &data_shape_[0]); in BroadcastRange()
91 if (data_index_[i] < data_shape_[i]) { in Next()
110 std::array<int64, N> data_shape_; member in tensorflow::__anon72f8b5b20111::BroadcastRange