Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dinplace_ops.py187 return alias_inplace_update(gen_array_ops.deep_copy(x), i, v)
217 return alias_inplace_add(gen_array_ops.deep_copy(x), i, v)
247 return alias_inplace_sub(gen_array_ops.deep_copy(x), i, v)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation_test.cc318 HloInstruction* deep_copy = in TEST_F() local
322 EXPECT_THAT(deep_copy, GmockMatch(m::Tuple( in TEST_F()
335 HloInstruction* deep_copy = in TEST_F() local
339 EXPECT_THAT(deep_copy, in TEST_F()
353 HloInstruction* deep_copy = in TEST_F() local
357 EXPECT_THAT(deep_copy, GmockMatch(m::Tuple( in TEST_F()
Dcopy_insertion.cc351 TF_ASSIGN_OR_RETURN(HloInstruction * deep_copy, in AddCopiesForInPlaceOperation()
354 operand->ReplaceUseWith(in_place_op, operand_number, deep_copy)); in AddCopiesForInPlaceOperation()
1800 HloInstruction * deep_copy, in AddCopiesForConditional()
1803 TF_RETURN_IF_ERROR(root->ReplaceUseWith(user, deep_copy)); in AddCopiesForConditional()
1805 computation->set_root_instruction(deep_copy); in AddCopiesForConditional()
1997 TF_ASSIGN_OR_RETURN(HloInstruction * deep_copy, in AddSpecialCaseCopies()
2001 TF_RETURN_IF_ERROR(instruction->ReplaceUseWith(user, deep_copy)); in AddSpecialCaseCopies()
2004 instruction->parent()->set_root_instruction(deep_copy); in AddSpecialCaseCopies()
/external/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Dbasic.rb411 l2 = Google::Protobuf.deep_copy(l)
692 m2 = Google::Protobuf.deep_copy(m)
896 m2 = Google::Protobuf.deep_copy(m)
/external/cronet/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Dbasic.rb411 l2 = Google::Protobuf.deep_copy(l)
692 m2 = Google::Protobuf.deep_copy(m)
896 m2 = Google::Protobuf.deep_copy(m)
/external/cronet/third_party/protobuf/ruby/tests/
Dcommon_tests.rb311 l2 = Google::Protobuf.deep_copy(l)
568 m2 = Google::Protobuf.deep_copy(m)
695 m2 = Google::Protobuf.deep_copy(m)
/external/protobuf/ruby/tests/
Dcommon_tests.rb311 l2 = Google::Protobuf.deep_copy(l)
568 m2 = Google::Protobuf.deep_copy(m)
695 m2 = Google::Protobuf.deep_copy(m)