We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc235a commit b7357c6Copy full SHA for b7357c6
src/tensor-array/interp/vmop.cc
@@ -22,7 +22,7 @@ limitations under the License.
22
#include "vmop.h"
23
#include "vm_type.h"
24
25
-typedef long VM_INSTRUCTION;
+typedef void* VM_INSTRUCTION;
26
extern VM_INSTRUCTION* pc;
27
28
std::stack<tensor_array::value::Tensor> tensor_stack;
0 commit comments