Searched refs:pOffset (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | crop_builder.cpp | 71 int64_t* pOffset = static_cast<int64_t*>(buffer); in SetOffset() local 75 m_offset.emplace_back(*pOffset); in SetOffset() 76 ++pOffset; in SetOffset()
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | native_module_buffer.cpp | 424 …er *GetValueOffsetAndBuf(napi_env env, napi_callback_info info, int32_t *pValue, uint32_t *pOffset) in GetValueOffsetAndBuf() argument 435 NAPI_CALL(env, napi_get_value_uint32(env, args[1], pOffset)); in GetValueOffsetAndBuf() 439 Buffer *GetOffsetAndBuf(napi_env env, napi_callback_info info, uint32_t *pOffset) in GetOffsetAndBuf() argument 449 NAPI_CALL(env, napi_get_value_uint32(env, args[0], pOffset)); in GetOffsetAndBuf()
|