Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/framework/
Dtensor_util_test.cc36 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()
Dtensor_util.cc33 Tensor DeepCopy(const Tensor& other) { in DeepCopy() function
35 DeepCopy(other, &tmp); in DeepCopy()
39 void DeepCopy(const Tensor& input, Tensor* output) { in DeepCopy() function
Dtensor_util.h39 Tensor DeepCopy(const Tensor& other);
43 void DeepCopy(const Tensor& input, Tensor* output);
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h185 DeepCopy(); in Event()
190 DeepCopy(); in Event()
197 DeepCopy();
204 void DeepCopy();
/external/tensorflow/tensorflow/core/kernels/
Dsparse_reorder_op.cc75 sparse::SparseTensor::Create(tensor::DeepCopy(input_ind), in Compute()
76 tensor::DeepCopy(input_val), in Compute()
Dsparse_reduce_op.cc177 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()
Dsparse_softmax_op.cc71 tensor::DeepCopy(*indices_t), tensor::DeepCopy(*values_t), in Compute()
Dsparse_concat_op.cc130 tensor::DeepCopy(inds[i]), tensor::DeepCopy(vals[i]), in Compute()
Drandom_shuffle_op.cc85 context->set_output(0, tensor::DeepCopy(input)); in Compute()
Ddebug_ops.h101 *copied_tensor = tensor::DeepCopy(src_tensor); in Compute()
112 *copied_tensor = tensor::DeepCopy(src_tensor); in Compute()
115 *copied_tensor = tensor::DeepCopy(src_tensor); in Compute()
/external/protobuf/src/google/protobuf/
Dunknown_field_set.cc72 fields_.back().DeepCopy((other.fields_)[i]); in InternalMergeFrom()
83 fields_.back().DeepCopy((other.fields_)[i]); in MergeFrom()
179 fields_.back().DeepCopy(field); in AddField()
253 void UnknownField::DeepCopy(const UnknownField& other) { in DeepCopy() function in google::protobuf::UnknownField
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_DeepCopy.pbtxt2 graph_op_name: "DeepCopy"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_DeepCopy.pbtxt2 graph_op_name: "DeepCopy"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DDeepCopy.pbtxt2 name: "DeepCopy"
/external/pdfium/core/fxcodec/jbig2/
DJBig2_SymbolDict.cpp16 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;
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DeepCopy.pbtxt2 graph_op_name: "DeepCopy"
/external/tensorflow/tensorflow/core/common_runtime/
Dsingle_threaded_cpu_device.cc81 tensor::DeepCopy(*input_tensor, output_tensor); in CopyTensorInSameDevice()
Dthreadpool_device.cc115 tensor::DeepCopy(*input_tensor, output_tensor); in CopyTensorInSameDevice()
Dgraph_runner_test.cc58 TEST(GraphRunnerTest, DeepCopy) { in TEST() argument
Dgraph_runner.cc207 (*outputs)[i] = tensor::DeepCopy(output_tensor); in Run()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc466 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in Subscript() function
467 return reinterpret_cast<RepeatedCompositeContainer*>(pself)->DeepCopy(); in Subscript()
516 { "__deepcopy__", DeepCopy, METH_VARARGS, in Subscript()
Drepeated_scalar_container.cc689 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in Subscript() function
690 return reinterpret_cast<RepeatedScalarContainer*>(pself)->DeepCopy(); in Subscript()
714 { "__deepcopy__", DeepCopy, METH_VARARGS, in Subscript()
Dmessage.h95 PyObject* DeepCopy();
/external/libchrome/base/
Dvalues.h334 Value* DeepCopy() const;
585 DictionaryValue* DeepCopy() const;
729 ListValue* DeepCopy() const;

12