Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dinplace_ops.py174 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/
Dhlo_computation_test.cc337 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()
Dcopy_insertion.cc326 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/
Dbasic.rb374 l2 = Google::Protobuf.deep_copy(l)
619 m2 = Google::Protobuf.deep_copy(m)
807 m2 = Google::Protobuf.deep_copy(m)