Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
f0f8c56d
Commit
f0f8c56d
authored
Nov 01, 2016
by
tqchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change APIVariant to class
parent
0153649e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
HalideIR
+1
-1
src/c_api/c_api_registry.h
+2
-1
No files found.
HalideIR
@
0fe824d6
Subproject commit
bd94f8c8e41b46ae7ca69a3405aac7463a4e23d5
Subproject commit
0fe824d680fe9c2ccbd874d4a80b26d92e65fbec
src/c_api/c_api_registry.h
View file @
f0f8c56d
...
...
@@ -44,7 +44,8 @@ inline Type String2Type(std::string s) {
}
/*! \brief Variant container for API calls */
struct
APIVariantValue
{
class
APIVariantValue
{
public
:
/*! \brief the type id */
ArgVariantID
type_id
{
kNull
};
/*! \brief shared pointer container */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment