OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_data
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/builtins/
builtins-arraybuffer.cc
276
uint8_t*
to_data
=
local
278
CopyBytes(
to_data
, from_data + first_size, new_len_size);
/external/tensorflow/tensorflow/core/framework/
tensor_util.cc
81
StringPiece
to_data
= result->tensor_data();
local
87
CHECK_LE(offset + from_data.size(),
to_data
.size());
88
memcpy(const_cast<char*>(
to_data
.data()) + offset, from_data.data(),
98
reinterpret_cast<string*>(const_cast<char*>(
to_data
.data()));
143
StringPiece
to_data
= split->tensor_data();
local
144
CHECK_LE(offset +
to_data
.size(), from_data.size());
145
memcpy(const_cast<char*>(
to_data
.data()), from_data.data() + offset,
146
to_data
.size());
148
offset +=
to_data
.size();
/external/python/cpython3/Objects/
unicodeobject.c
1432
void *from_data, *
to_data
;
local
[
all
...]
Completed in 905 milliseconds