Esempio n. 1
0
 public static TensorFlow.TFOutput AddManySparseToTensorsMap(this TFGraph graph, TensorFlow.TFOutput sparse_indices, TensorFlow.TFOutput sparse_values, TensorFlow.TFOutput sparse_shape, string container = null, string shared_name = null, string operName = null)
 {
     return(graph.AddManySparseToTensorsMap(sparse_indices, sparse_values, sparse_shape, container, shared_name, operName));
 }