Skip to content

Commit 64bd357

Browse files
ChrisUnityArtoEsther2013
authored andcommitted
add input mappings to graph importer
1 parent 0abf166 commit 64bd357

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TensorFlowNET.Core/Framework/importer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public static void _PopulateTFImportGraphDefOptions(ImportGraphDefOptions option
121121

122122
foreach(var input in input_map)
123123
{
124-
throw new NotImplementedException("_PopulateTFImportGraphDefOptions");
124+
c_api.TF_ImportGraphDefOptionsAddInputMapping(options.Handle, input.Key, 0, input.Value._as_tf_output());
125125
}
126126

127127
if (return_elements == null)

0 commit comments

Comments
 (0)