package
0.0.0-20200210040458-17fb03d38d15
Repository: https://github.com/arnold1/tfs-client.git
Documentation: pkg.go.dev
# Constants
Like ReluX; but passes all values in the range [-X,X].
No description provided by the author
Rectified linear activation: f(x) = x < 0 ? 0 : x.
Rectified linear activation; where upper maximum is 6.0.
Rectified linear activation; where upper maximum specified by BatchDescriptor::value_max().
No description provided by the author
No description provided by the author
No description provided by the author
The GPU may operate 4x4 matrix FMA.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Naming convention: Y <-> row or height X <-> column or width Batch <-> batch, or N Depth <-> feature, or channel TODO(timshen): turn them into cuDNN names, e.g.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Naming convention: Y <-> row or height X <-> column or width Output <-> output feature, or N Input <-> input feature, or N TODO(timshen): turn them into cuDNN names, e.g.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No optimizations.
L1 is the default level.
No description provided by the author
The following settings turn on compilation, with higher values being more aggressive.
No description provided by the author
Enable some aggressive optimizations that use assumptions that TF graphs may break.
No description provided by the author
The default setting (SCHEDULING and SWAPPING HEURISTICS only).
No description provided by the author
Use any combination of swapping and recomputation heuristics.
Driven by manual op-level annotations.
Disabled in the meta-optimizer.
No description provided by the author
No description provided by the author
No description provided by the author
Recomputation heuristics will recompute ops (such as Relu activation) during backprop instead of storing them, reducing peak memory usage.
Scheduling will split big ops such as AddN and try to enforce a schedule of the new computations that decreases peak memory usage.
Swapping heuristic will move a tensor from the GPU to the CPU and move it back when needed to reduce peak memory usage.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Internal legacy format.
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
Current format: more efficient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Generic algorithm representation.
An asset file def for a single file or a set of sharded files with the same name.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Describes the metadata related to a checkpointed tensor.
Special header that is associated with a bundle.
Defines a subgraph in another `GraphDef` as a set of feed points and nodes to be fetched or executed.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Defines a TensorFlow cluster as a set of jobs.
CollectionDef should cover most collections.
AnyList is used for collecting Any protos.
No description provided by the author
BytesList is used for collecting strings and serialized protobufs.
No description provided by the author
FloatList is used for collecting float values.
No description provided by the author
Int64List is used for collecting int, int64 and long values.
No description provided by the author
NodeList is used for collecting nodes in graph.
No description provided by the author
Supplies one or more device names as members of the group identified by group_key.
Gives the complete membership of the group identified by group_key.
Supplies data about one collective op belonging to the instance identified by instance_key.
Confirms that every op in the instance has consistently declared itself.
No description provided by the author
Protocol buffer representing a CondContext object.
Session configuration parameters.
Everything inside Experimental is subject to change and is not subject to API stability guarantees in https://www.tensorflow.org/guide/version_compat.
Container for any kind of control flow context.
No description provided by the author
No description provided by the author
Convolution-specific parameters.
A convolution.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Protocol buffer representing a CriticalSection.
Protocol buffer representing a CriticalSection execution.
No description provided by the author
No description provided by the author
No description provided by the author
Options for initializing DebuggerState in TensorFlow Debugger (tfdbg).
Option for watching a node in TensorFlow Debugger (tfdbg).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A 'device' is a physical entity in the system and is comprised of several resources.
No description provided by the author
Represents a Python dict keyed by `str`.
No description provided by the author
No description provided by the author
Options specific to the execution of a single step.
No description provided by the author
No description provided by the author
Represents `FunctionSpec` used in `Function`.
No description provided by the author
No description provided by the author
Request for next agreed-upon step_id for the specified graph_keys.
Next valid step_ids for one or more graph_keys.
No description provided by the author
No description provided by the author
Configuration for breaking down a visible GPU into multiple "virtual" devices.
No description provided by the author
This represents a file/line location in the source code.
This represents a stack trace which is a ordered list of `FileLineCol`.
No description provided by the author
Defines a single job in a TensorFlow cluster.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Represents a Python list.
Out-of-band request to begin or end logging, or to retrieve logs for particular steps.
No description provided by the author
No description provided by the author
No description provided by the author
Message for managing the response cache maintained on the sender side.
No description provided by the author
NOTE: This protocol buffer is evolving, and will go through revisions in the coming months.
Meta information regarding the graph to be exported.
No description provided by the author
A pair of tensor name and tensor values.
Represents Python's namedtuple.
Records the creation of a new replay session.
Represents None.
A proto representation of an eager operation.
Options passed to the graph optimizer.
Represents a (key, value) pair.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Protocol buffer representing a QueueRunner.
No description provided by the author
Extra data needed on a non-RDMA RecvBufResponse.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Reset() allows misbehaving or slow sessions to be aborted and closed, and causes their resources eventually to be released.
No description provided by the author
A 'resource' generally is a specific computation component on a device.
No description provided by the author
Message to describe custom graph optimizer and its parameters.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Metadata output (i.e., non-Tensor) for a single Run() call.
No description provided by the author
Options for a single Run() call.
Everything inside Experimental is subject to change and is not subject to API stability guarantees in https://www.tensorflow.org/guide/version_compat.
No description provided by the author
No description provided by the author
A SavedAsset points to an asset in the MetaGraph.
No description provided by the author
Stores low-level information about a concrete function.
No description provided by the author
A function with multiple signatures, possibly with non-Tensor arguments.
SavedModel is the high level serialization format for TensorFlow Models.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A SavedResource represents a TF object that holds state during its lifetime.
A SavedUserObject is an object (in the object-oriented language of the TensorFlow program) of some user- or framework-defined class other than those handled specifically by the other kinds of SavedObjects.
Represents a Variable that is initialized by loading the contents from the checkpoint.
Protocol buffer representing the configuration of a Saver.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Defines the configuration of a single TensorFlow server.
Metadata about the session.
SignatureDef defines the signature of a computation supported by a TensorFlow graph.
No description provided by the author
`StructuredValue` represents a dynamically typed value representing various data structures that are inspired by Python data structures typically used in TensorFlow functions as inputs and outputs.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Defines a connection between two tensors in a `GraphDef`.
Generic tensor representation.
No description provided by the author
No description provided by the author
Information about a Tensor necessary for feeding or retrieval.
Generic encoding for composite tensors.
No description provided by the author
For sparse tensors, The COO encoding stores a triple of values, indices, and shape.
No description provided by the author
No description provided by the author
A protobuf to tf.TensorSpec.
No description provided by the author
A 'Trace' contains metadata for the individual traces of a system.
No description provided by the author
No description provided by the author
Out-of-band request to configure distributed tracing.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Represents a Python tuple.
Represents a tf.TypeSpec.
Protocol buffer representing the values in ControlFlowContext.
The config for graph verifiers.
No description provided by the author
No description provided by the author
Protocol buffer representing a WhileContext object.
# Type aliases
Describes a kind of non-linearity (threshold-like mathematical function).
No description provided by the author
No description provided by the author
An enum indicating the endianness of the platform that produced this bundle.
No description provided by the author
Describe the math definition for the conv op.
Describes how a convolution input or output layer's data is formatted.
Specifies the data type used by an operation.
Describes how a convolution filter is laid out in the memory.
Control the use of the compiler/jit.
Optimization level.
No description provided by the author
Enum controlling the number of times to run optimizers.
No description provided by the author
TODO(pbar) Turn this into a TraceOptions proto which allows tracing to be controlled in a more orthogonal manner?.
A version number that identifies a different on-disk checkpoint format.
No description provided by the author
No description provided by the author