All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.framework.GrowingMetadataOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/kernels/boosted_trees/boosted_trees.proto

package org.tensorflow.framework;

public interface GrowingMetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.boosted_trees.GrowingMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Number of trees that we have attempted to build. After pruning, these
   * trees might have been removed.
   * 
* * int64 num_trees_attempted = 1; */ long getNumTreesAttempted(); /** *
   * Number of layers that we have attempted to build. After pruning, these
   * layers might have been removed.
   * 
* * int64 num_layers_attempted = 2; */ long getNumLayersAttempted(); /** *
   * The start (inclusive) and end (exclusive) ids of the nodes in the latest
   * layer of the latest tree.
   * 
* * int32 last_layer_node_start = 3; */ int getLastLayerNodeStart(); /** * int32 last_layer_node_end = 4; */ int getLastLayerNodeEnd(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy