/external/tensorflow/tensorflow/core/framework/ |
D | tensor_util_test.cc | 32 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()
|
D | tensor_util.h | 32 Tensor DeepCopy(const Tensor& other);
|
D | tensor_util.cc | 26 Tensor DeepCopy(const Tensor& other) { in DeepCopy() function
|
/external/libbrillo/brillo/ |
D | value_conversion.cc | 27 out_value->reset(list->DeepCopy()); in FromValue() 36 out_value->reset(dict->DeepCopy()); in FromValue()
|
/external/protobuf/src/google/protobuf/ |
D | unknown_field_set.cc | 102 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
|
D | unknown_field_set.h | 220 void DeepCopy(const UnknownField& other);
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/stats/ |
D | gradient-stats.h | 38 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/tensorflow/tensorflow/core/kernels/ |
D | sparse_reorder_op.cc | 70 sparse::SparseTensor reordered_sp(tensor::DeepCopy(input_ind), in Compute() 71 tensor::DeepCopy(input_val), in Compute()
|
D | sparse_reduce_op.cc | 175 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()
|
D | sparse_softmax_op.cc | 72 SparseTensor st(tensor::DeepCopy(*indices_t), tensor::DeepCopy(*values_t), in Compute()
|
D | sparse_concat_op.cc | 127 sp_inputs.emplace_back(tensor::DeepCopy(inds[i]), in Compute() 128 tensor::DeepCopy(vals[i]), current_shape, in Compute()
|
D | debug_ops.h | 88 *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()
|
D | random_shuffle_op.cc | 85 context->set_output(0, tensor::DeepCopy(input)); in Compute()
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_SymbolDict.cpp | 17 std::unique_ptr<CJBig2_SymbolDict> CJBig2_SymbolDict::DeepCopy() const { in DeepCopy() function in CJBig2_SymbolDict
|
D | JBig2_SymbolDict.h | 23 std::unique_ptr<CJBig2_SymbolDict> DeepCopy() const;
|
D | JBig2_Context.cpp | 585 pSegment->m_SymbolDict = it->second->DeepCopy(); in parseSymbolDict() 614 pSegment->m_SymbolDict->DeepCopy(); in parseSymbolDict()
|
/external/libchrome/base/ |
D | values.h | 162 Value* DeepCopy() const; 371 DictionaryValue* DeepCopy() const; 489 ListValue* DeepCopy() const;
|
D | values.cc | 343 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/tensorflow/tensorflow/core/common_runtime/ |
D | graph_runner_test.cc | 58 TEST(GraphRunnerTest, DeepCopy) { in TEST() argument
|
D | graph_runner.cc | 201 (*outputs)[i] = tensor::DeepCopy(output_tensor); in Run()
|
/external/v8/src/runtime/ |
D | runtime-literals.cc | 271 JSObject::DeepCopy(boilerplate, &usage_context); in RUNTIME_FUNCTION() 323 JSObject::DeepCopy(boilerplate, &usage_context, hints); in CreateArrayLiteralImpl()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 710 PyObject* DeepCopy(RepeatedScalarContainer* self, PyObject* arg) { in DeepCopy() function 750 { "__deepcopy__", (PyCFunction)DeepCopy, METH_VARARGS,
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | padded_batch_dataset_op.cc | 85 padding_values.push_back(tensor::DeepCopy(padding_value_t)); in MakeDataset()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | gradient_checker.cc | 197 (*y_datas)[y_idx] = tensor::DeepCopy(y_data); in EvaluateGraph()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.h | 357 DeepCopy(std::vector<Ptr<Segment> >* original);
|