This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
scisharp
/
TensorFlow.NET
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
21
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
data_flow_ops.stack_pop_v2
tags/v0.12
Oceania2018
6 years ago
parent
07ddb74738
commit
57f77ab233
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
src/TensorFlowNET.Core/Operations/gen_data_flow_ops.cs
+ 11
- 0
src/TensorFlowNET.Core/Operations/gen_data_flow_ops.cs
View File
@@ -285,5 +285,16 @@ namespace Tensorflow
return _op.output;
}
public static Tensor stack_pop_v2(Tensor handle, TF_DataType elem_type, string name = null)
{
var _op = _op_def_lib._apply_op_helper("StackPopV2", name, new
{
handle,
elem_type
});
return _op.output;
}
}
}
Write
Preview
Loading…
Cancel
Save