LostTech.TensorFlow : API Documentation

Type Feature

Namespace tensorflow.autograph.experimental

Parent PythonObjectContainer

Interfaces IFeature

This enumeration represents optional conversion options.

These conversion options are experimental. They are subject to change without notice and offer no guarantees.

_Example Usage_
Show Example
optionals= tf.autograph.experimental.Feature.EQUALITY_OPERATORS
            @tf.function(experimental_autograph_options=optionals)
            def f(i):
              if i == 0:  # EQUALITY_OPERATORS allows the use of == here.
                tf.print('i is zero') 

Methods

Properties

Fields

Public static methods

object all_but_dyn<TClass>(object exclude)

TClass all_but<TClass>(object exclude)

Public properties

object ALL_dyn get; set;

object ASSERT_STATEMENTS_dyn get; set;

object AUTO_CONTROL_DEPS_dyn get; set;

object BUILTIN_FUNCTIONS_dyn get; set;

object EQUALITY_OPERATORS_dyn get; set;

object LISTS_dyn get; set;

object NAME_SCOPES_dyn get; set;

object PythonObject get;

Public fields

string EQUALITY_OPERATORS

return string

string LISTS

return string

string BUILTIN_FUNCTIONS

return string

string ASSERT_STATEMENTS

return string

string NAME_SCOPES

return string

string ALL

return string

string AUTO_CONTROL_DEPS

return string