Exemplo n.º 1
0
 public void Deconstruct(out Layer layer, out int node_index, out int tensor_index)
 {
     layer        = this.layer;
     node_index   = this.node_index;
     tensor_index = this.tensor_index;
 }
Exemplo n.º 2
0
        public void add(Tensor tensor)
        {
            Layer layer = tensor.KerasHistory;

            add(layer);
        }