/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.cc | 33 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
|
D | tensor_util.h | 39 Tensor DeepCopy(const Tensor& other); 43 void DeepCopy(const Tensor& input, Tensor* output);
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.h | 185 DeepCopy(); in Event() 190 DeepCopy(); in Event() 197 DeepCopy(); 204 void DeepCopy();
|
/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 | 71 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 | random_shuffle_op.cc | 85 context->set_output(0, tensor::DeepCopy(input)); in Compute()
|
D | debug_ops.h | 101 *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/ |
D | unknown_field_set.cc | 72 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/ |
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/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | DeepCopy.pbtxt | 2 name: "DeepCopy"
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_SymbolDict.cpp | 16 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/tensorflow/tensorflow/core/common_runtime/ |
D | single_threaded_cpu_device.cc | 81 tensor::DeepCopy(*input_tensor, output_tensor); in CopyTensorInSameDevice()
|
D | threadpool_device.cc | 115 tensor::DeepCopy(*input_tensor, output_tensor); in CopyTensorInSameDevice()
|
D | graph_runner_test.cc | 58 TEST(GraphRunnerTest, DeepCopy) { in TEST() argument
|
D | graph_runner.cc | 207 (*outputs)[i] = tensor::DeepCopy(output_tensor); in Run()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 466 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()
|
D | repeated_scalar_container.cc | 689 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()
|
D | message.h | 95 PyObject* DeepCopy();
|
/external/libchrome/base/ |
D | values.h | 334 Value* DeepCopy() const; 585 DictionaryValue* DeepCopy() const; 729 ListValue* DeepCopy() const;
|