Searched refs:deep_copy (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | inplace_ops.py | 174 return alias_inplace_update(gen_array_ops.deep_copy(x), i, v) 200 return alias_inplace_add(gen_array_ops.deep_copy(x), i, v) 226 return alias_inplace_sub(gen_array_ops.deep_copy(x), i, v)
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_computation_test.cc | 337 HloInstruction* deep_copy = in TEST_F() local 341 EXPECT_THAT(deep_copy, GmockMatch(m::Tuple( in TEST_F() 354 HloInstruction* deep_copy = in TEST_F() local 358 EXPECT_THAT(deep_copy, in TEST_F() 372 HloInstruction* deep_copy = in TEST_F() local 376 EXPECT_THAT(deep_copy, GmockMatch(m::Tuple( in TEST_F()
|
D | copy_insertion.cc | 326 TF_ASSIGN_OR_RETURN(HloInstruction * deep_copy, in AddCopiesForConditional() 329 TF_RETURN_IF_ERROR(root->ReplaceUseWith(user, deep_copy)); in AddCopiesForConditional() 331 computation->set_root_instruction(deep_copy); in AddCopiesForConditional() 1078 TF_ASSIGN_OR_RETURN(HloInstruction * deep_copy, in AddSpecialCaseCopies() 1082 TF_RETURN_IF_ERROR(instruction->ReplaceUseWith(user, deep_copy)); in AddSpecialCaseCopies() 1085 instruction->parent()->set_root_instruction(deep_copy); in AddSpecialCaseCopies()
|
/external/protobuf/ruby/tests/ |
D | basic.rb | 374 l2 = Google::Protobuf.deep_copy(l) 619 m2 = Google::Protobuf.deep_copy(m) 807 m2 = Google::Protobuf.deep_copy(m)
|