/external/tensorflow/tensorflow/core/framework/ |
D | tensor_util_test.cc | 36 Tensor y = tensor::DeepCopy(x); in TEST() 48 Tensor z = tensor::DeepCopy(y); in TEST() 70 Tensor y = tensor::DeepCopy(x); in TEST() 76 TEST(TensorUtil, DeepCopy) { in TEST() argument 81 Tensor y = tensor::DeepCopy(x); in TEST() 93 Tensor z = tensor::DeepCopy(y); in TEST() 116 Tensor str2 = tensor::DeepCopy(str1); in TEST() 130 Tensor z = tensor::DeepCopy(y); in TEST() 160 Tensor z = tensor::DeepCopy(y); in TEST() 190 Tensor z = tensor::DeepCopy(y); in TEST()
|
D | tensor_util.h | 39 Tensor DeepCopy(const Tensor& other);
|
D | tensor_util.cc | 32 Tensor DeepCopy(const Tensor& other) { in DeepCopy() function
|
/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 | 75 sparse::SparseTensor::Create(tensor::DeepCopy(input_ind), in Compute() 76 tensor::DeepCopy(input_val), in Compute()
|
D | sparse_reduce_op.cc | 177 tensor::DeepCopy(*indices_t), tensor::DeepCopy(*values_t), in Compute() 266 OP_REQUIRES_OK(ctx, SparseTensor::Create(tensor::DeepCopy(*indices_t), in Compute() 267 tensor::DeepCopy(*values_t), in Compute()
|
D | sparse_softmax_op.cc | 75 tensor::DeepCopy(*indices_t), tensor::DeepCopy(*values_t), in Compute()
|
D | sparse_concat_op.cc | 130 tensor::DeepCopy(inds[i]), tensor::DeepCopy(vals[i]), 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/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_DeepCopy.pbtxt | 2 graph_op_name: "DeepCopy"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_DeepCopy.pbtxt | 2 graph_op_name: "DeepCopy"
|
/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;
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DeepCopy.pbtxt | 2 graph_op_name: "DeepCopy"
|
/external/libchrome/base/ |
D | values.h | 334 Value* DeepCopy() const; 585 DictionaryValue* DeepCopy() const; 729 ListValue* DeepCopy() const;
|
D | values.cc | 536 Value* Value::DeepCopy() const { in DeepCopy() function in base::Value 1146 DictionaryValue* DictionaryValue::DeepCopy() const { in DeepCopy() function in base::DictionaryValue 1378 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 | 204 (*outputs)[i] = tensor::DeepCopy(output_tensor); in Run()
|
/external/v8/src/runtime/ |
D | runtime-literals.cc | 309 MaybeHandle<JSObject> DeepCopy(Handle<JSObject> object, in DeepCopy() function 539 DeepCopy(boilerplate, &usage_context, copy_hints); in CreateLiteral()
|
/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 | map_defun_op.cc | 201 *val = tensor::DeepCopy(*val); in GetArg()
|
D | padded_batch_dataset_op.cc | 92 padding_values.push_back(tensor::DeepCopy(padding_value_t)); in MakeDataset()
|