Public static methods
Tensor bottleneck(object inputs, object depth, object depth_bottleneck, object stride, int rate, object outputs_collections, object scope)
object bottleneck_dyn(object inputs, object depth, object depth_bottleneck, object stride, ImplicitContainer<T> rate, object outputs_collections, object scope)
object resnet_v1_(ValueTuple<PythonClassContainer, PythonClassContainer> inputs, IEnumerable<Block> blocks, Nullable<int> num_classes, bool is_training, bool global_pool, Nullable<int> output_stride, bool include_root_block, object reuse, string scope)
object resnet_v1_(IGraphNodeBase inputs, IEnumerable<Block> blocks, Nullable<int> num_classes, bool is_training, bool global_pool, Nullable<int> output_stride, bool include_root_block, object reuse, string scope)
ValueTuple<object, PythonClassContainer> resnet_v1_101(object inputs, object num_classes, bool is_training, bool global_pool, object output_stride, object reuse, string scope)
ValueTuple<object, PythonClassContainer> resnet_v1_152(object inputs, object num_classes, bool is_training, bool global_pool, object output_stride, object reuse, string scope)
ValueTuple<object, PythonClassContainer> resnet_v1_200(object inputs, object num_classes, bool is_training, bool global_pool, object output_stride, object reuse, string scope)
ValueTuple<object, object> resnet_v1_50(object inputs, object num_classes, bool is_training, bool global_pool, object output_stride, object reuse, string scope)
Block resnet_v1_block(string scope, int base_depth, int num_units, int stride)
object resnet_v1_block_dyn(object scope, object base_depth, object num_units, object stride)
Public properties