CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
Kernel: File Write Array

Functions

vx_node vxFWriteArrayNode (vx_graph graph, vx_array array, vx_char name[VX_MAX_FILE_NAME])
 [Graph] Writes the source array to the file.
 
vx_status vxuFWriteArray (vx_context context, vx_array array, vx_char name[VX_MAX_FILE_NAME])
 [Immediate] Writes the source array to the file.
 

Detailed Description

Function Documentation

◆ vxFWriteArrayNode()

vx_node vxFWriteArrayNode ( vx_graph graph,
vx_array array,
vx_char name[VX_MAX_FILE_NAME] )

#include <vx_lib_debug.h>

[Graph] Writes the source array to the file.

Parameters
[in]graphThe handle to the graph.
[in]arrayThe input array.
[in]nameThe name of the file.
Note
Graph Mode Function.

◆ vxuFWriteArray()

vx_status vxuFWriteArray ( vx_context context,
vx_array array,
vx_char name[VX_MAX_FILE_NAME] )

#include <vx_lib_debug.h>

[Immediate] Writes the source array to the file.

Parameters
[in]contextThe handle to the context.
[in]arrayThe input array.
[in]nameThe name of the file.
Note
Immediate Mode Function.