Home
last modified time | relevance | path

Searched refs:DeepCopy (Results 1 – 25 of 34) sorted by relevance

12

/external/tensorflow/tensorflow/core/framework/
Dtensor_util_test.cc32 Tensor y = tensor::DeepCopy(x); in TEST()
44 Tensor z = tensor::DeepCopy(y); in TEST()
66 Tensor y = tensor::DeepCopy(x); in TEST()
72 TEST(TensorUtil, DeepCopy) { in TEST() argument
77 Tensor y = tensor::DeepCopy(x); in TEST()
89 Tensor z = tensor::DeepCopy(y); in TEST()
112 Tensor str2 = tensor::DeepCopy(str1); in TEST()
126 Tensor z = tensor::DeepCopy(y); in TEST()
Dtensor_util.h32 Tensor DeepCopy(const Tensor& other);
Dtensor_util.cc26 Tensor DeepCopy(const Tensor& other) { in DeepCopy() function
/external/protobuf/src/google/protobuf/
Dunknown_field_set.cc102 fields_->back().DeepCopy((*other.fields_)[i]); in InternalMergeFrom()
113 fields_->back().DeepCopy((*other.fields_)[i]); in MergeFrom()
211 fields_->back().DeepCopy(field); in AddField()
312 void UnknownField::DeepCopy(const UnknownField& other) { in DeepCopy() function in google::protobuf::UnknownField
Dunknown_field_set.h220 void DeepCopy(const UnknownField& other);
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/stats/
Dgradient-stats.h38 explicit TensorStat(const Tensor& rt) : t(tensor::DeepCopy(rt)) {} in TensorStat()
40 TensorStat(const TensorStat& ts) : t(tensor::DeepCopy(ts.t)) {} in TensorStat()
44 t = tensor::DeepCopy(other.t);
/external/libbrillo/brillo/
Dvalue_conversion.cc27 out_value->reset(list->DeepCopy()); in FromValue()
36 out_value->reset(dict->DeepCopy()); in FromValue()
/external/tensorflow/tensorflow/core/kernels/
Dsparse_reorder_op.cc70 sparse::SparseTensor reordered_sp(tensor::DeepCopy(input_ind), in Compute()
71 tensor::DeepCopy(input_val), in Compute()
Dsparse_reduce_op.cc175 SparseTensor sp(tensor::DeepCopy(*indices_t), tensor::DeepCopy(*values_t), in Compute()
263 SparseTensor sp(tensor::DeepCopy(*indices_t), tensor::DeepCopy(*values_t), in Compute()
Dsparse_softmax_op.cc72 SparseTensor st(tensor::DeepCopy(*indices_t), tensor::DeepCopy(*values_t), in Compute()
Dsparse_concat_op.cc127 sp_inputs.emplace_back(tensor::DeepCopy(inds[i]), in Compute()
128 tensor::DeepCopy(vals[i]), current_shape, in Compute()
Ddebug_ops.h88 *copied_tensor = tensor::DeepCopy(src_tensor); in Compute()
99 *copied_tensor = tensor::DeepCopy(src_tensor); in Compute()
102 *copied_tensor = tensor::DeepCopy(src_tensor); in Compute()
Drandom_shuffle_op.cc85 context->set_output(0, tensor::DeepCopy(input)); in Compute()
/external/pdfium/core/fxcodec/jbig2/
DJBig2_SymbolDict.cpp17 std::unique_ptr<CJBig2_SymbolDict> CJBig2_SymbolDict::DeepCopy() const { in DeepCopy() function in CJBig2_SymbolDict
DJBig2_SymbolDict.h23 std::unique_ptr<CJBig2_SymbolDict> DeepCopy() const;
DJBig2_Context.cpp585 pSegment->m_SymbolDict = it->second->DeepCopy(); in parseSymbolDict()
614 pSegment->m_SymbolDict->DeepCopy(); in parseSymbolDict()
/external/libchrome/base/
Dvalues.h162 Value* DeepCopy() const;
371 DictionaryValue* DeepCopy() const;
489 ListValue* DeepCopy() const;
Dvalues.cc343 Value* Value::DeepCopy() const { in DeepCopy() function in base::Value
1058 DictionaryValue* DictionaryValue::DeepCopy() const { in DeepCopy() function in base::DictionaryValue
1325 ListValue* ListValue::DeepCopy() const { in DeepCopy() function in base::ListValue
/external/v8/src/runtime/
Druntime-literals.cc271 JSObject::DeepCopy(boilerplate, &usage_context); in RUNTIME_FUNCTION()
323 JSObject::DeepCopy(boilerplate, &usage_context, hints); in CreateArrayLiteralImpl()
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_runner_test.cc58 TEST(GraphRunnerTest, DeepCopy) { in TEST() argument
Dgraph_runner.cc201 (*outputs)[i] = tensor::DeepCopy(output_tensor); in Run()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc710 PyObject* DeepCopy(RepeatedScalarContainer* self, PyObject* arg) { in DeepCopy() function
750 { "__deepcopy__", (PyCFunction)DeepCopy, METH_VARARGS,
/external/tensorflow/tensorflow/core/kernels/data/
Dpadded_batch_dataset_op.cc85 padding_values.push_back(tensor::DeepCopy(padding_value_t)); in MakeDataset()
/external/tensorflow/tensorflow/cc/framework/
Dgradient_checker.cc197 (*y_datas)[y_idx] = tensor::DeepCopy(y_data); in EvaluateGraph()
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.h357 DeepCopy(std::vector<Ptr<Segment> >* original);

12