Searched refs:source_value (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1111 ScopedPyObjectPtr source_value(PyObject_GetItem(value, next.get())); in InitAttributes() local 1113 if (source_value.get() == NULL || dest_value.get() == NULL) { in InitAttributes() 1117 dest_value.get(), "MergeFrom", "O", source_value.get())); in InitAttributes()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.cc | 818 llvm::Value* source_value = in HandleSelectAndScatter() local 826 *select_and_scatter->scatter(), {output_value, source_value}, in HandleSelectAndScatter() 3183 llvm::Value* source_value = GetEmittedValueFor(&source); in EmitMemcpy() local 3187 MemCpy(destination_value, /*DstAlign=*/llvm::Align(1), source_value, in EmitMemcpy()
|