Home
last modified time | relevance | path

Searched refs:uint8_data (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/lite/src/ops/compat/
Dattr_transfer_common.cc38 std::vector<uint8_t> uint8_data; in AttrToTensor() local
39 uint8_data.resize(dst_tensor->Size()); in AttrToTensor()
40 memcpy(uint8_data.data(), data, dst_tensor->Size()); in AttrToTensor()
44 schema::Format_NHWC, 0, 0, &uint8_data); in AttrToTensor()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1237 jerry_debugger_uint8_data_t *uint8_data = NULL; in jerry_debugger_breakpoint_hit() local
1239 while (!jerry_debugger_receive (&uint8_data)) in jerry_debugger_breakpoint_hit()
1244 if (uint8_data != NULL) in jerry_debugger_breakpoint_hit()
1246 jmem_heap_free_block (uint8_data, in jerry_debugger_breakpoint_hit()
1247 uint8_data->uint8_size + sizeof (jerry_debugger_uint8_data_t)); in jerry_debugger_breakpoint_hit()