public static TensorFlow.TFShape GetTensorShape(this TFGraph graph, TensorFlow.TFOutput output, TensorFlow.TFStatus status = null)
 {
     return(graph.GetTensorShape(output, status));
 }
Exemplo n.º 2
0
 public static TensorFlow.TFFunction ToFunction(this TFGraph graph, string functionName, string description, TensorFlow.TFOperation[] operations, TensorFlow.TFOutput[] inputs, TensorFlow.TFOutput[] outputs, string[] outputNames, System.Boolean appendHashToFunctionName = false, TensorFlow.TFStatus status = null)
 {
     return(graph.ToFunction(functionName, description, operations, inputs, outputs, outputNames, appendHashToFunctionName, status));
 }
 public static int GetTensorNumDims(this TFGraph graph, TensorFlow.TFOutput output, TensorFlow.TFStatus status = null)
 {
     return(graph.GetTensorNumDims(output, status));
 }
Exemplo n.º 4
0
 public static TensorFlow.TFOutput[] AddGradients(this TFGraph graph, string prefix, TensorFlow.TFOutput[] y, TensorFlow.TFOutput[] x, TensorFlow.TFOutput[] dx = null, TensorFlow.TFStatus status = null)
 {
     return(graph.AddGradients(prefix, y, x, dx, status));
 }
Exemplo n.º 5
0
 public static TensorFlow.TFOutput[] While(this TFGraph graph, TensorFlow.TFOutput[] inputs, TensorFlow.TFGraph constructor, TensorFlow.TFStatus status = null)
 {
     return(graph.While(inputs, constructor, status));
 }