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

Functions

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

Detailed Description

Function Documentation

◆ vxFReadArrayNode()

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

#include <vx_lib_debug.h>

[Graph] Writes the source array to the file.

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

◆ vxuFReadArray()

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

#include <vx_lib_debug.h>

[Immediate] Reads the source array from the file.

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