forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
20 changed files
with
1,026 additions
and
1,387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
244 changes: 0 additions & 244 deletions
244
...oc/api_docs/python/functions_and_classes/shard0/tf.summary.TaggedRunMetadata.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,252 +1,8 @@ | ||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.ByteSize()` {#TaggedRunMetadata.ByteSize} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.Clear()` {#TaggedRunMetadata.Clear} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.ClearExtension(extension_handle)` {#TaggedRunMetadata.ClearExtension} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.ClearField(field_name)` {#TaggedRunMetadata.ClearField} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.CopyFrom(other_msg)` {#TaggedRunMetadata.CopyFrom} | ||
|
||
Copies the content of the specified message into the current message. | ||
|
||
The method clears the current message and then merges the specified | ||
message using MergeFrom. | ||
|
||
##### Args: | ||
|
||
|
||
* <b>`other_msg`</b>: Message to copy into the current one. | ||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.DiscardUnknownFields()` {#TaggedRunMetadata.DiscardUnknownFields} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.FindInitializationErrors()` {#TaggedRunMetadata.FindInitializationErrors} | ||
|
||
Finds required fields which are not initialized. | ||
|
||
##### Returns: | ||
|
||
A list of strings. Each string is a path to an uninitialized field from | ||
the top-level message, e.g. "foo.bar[5].baz". | ||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.FromString(s)` {#TaggedRunMetadata.FromString} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.HasExtension(extension_handle)` {#TaggedRunMetadata.HasExtension} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.HasField(field_name)` {#TaggedRunMetadata.HasField} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.IsInitialized(errors=None)` {#TaggedRunMetadata.IsInitialized} | ||
|
||
Checks if all required fields of a message are set. | ||
|
||
##### Args: | ||
|
||
|
||
* <b>`errors`</b>: A list which, if provided, will be populated with the field | ||
paths of all missing required fields. | ||
|
||
##### Returns: | ||
|
||
True iff the specified message has all required fields set. | ||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.ListFields()` {#TaggedRunMetadata.ListFields} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.MergeFrom(msg)` {#TaggedRunMetadata.MergeFrom} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.MergeFromString(serialized)` {#TaggedRunMetadata.MergeFromString} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.ParseFromString(serialized)` {#TaggedRunMetadata.ParseFromString} | ||
|
||
Parse serialized protocol buffer data into this message. | ||
|
||
Like MergeFromString(), except we clear the object first and | ||
do not return the value that MergeFromString returns. | ||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.RegisterExtension(extension_handle)` {#TaggedRunMetadata.RegisterExtension} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.SerializePartialToString()` {#TaggedRunMetadata.SerializePartialToString} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.SerializeToString()` {#TaggedRunMetadata.SerializeToString} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.SetInParent()` {#TaggedRunMetadata.SetInParent} | ||
|
||
Sets the _cached_byte_size_dirty bit to true, | ||
and propagates this to our listener iff this was a state change. | ||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.WhichOneof(oneof_name)` {#TaggedRunMetadata.WhichOneof} | ||
|
||
Returns the name of the currently set field inside a oneof, or None. | ||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.__deepcopy__(memo=None)` {#TaggedRunMetadata.__deepcopy__} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.__eq__(other)` {#TaggedRunMetadata.__eq__} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.__getstate__()` {#TaggedRunMetadata.__getstate__} | ||
|
||
Support the pickle protocol. | ||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.__hash__()` {#TaggedRunMetadata.__hash__} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.__init__(**kwargs)` {#TaggedRunMetadata.__init__} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.__ne__(other_msg)` {#TaggedRunMetadata.__ne__} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.__repr__()` {#TaggedRunMetadata.__repr__} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.__setstate__(state)` {#TaggedRunMetadata.__setstate__} | ||
|
||
Support the pickle protocol. | ||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.__str__()` {#TaggedRunMetadata.__str__} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.__unicode__()` {#TaggedRunMetadata.__unicode__} | ||
|
||
|
||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.run_metadata` {#TaggedRunMetadata.run_metadata} | ||
|
||
Magic attribute generated for "run_metadata" proto field. | ||
|
||
|
||
- - - | ||
|
||
#### `tf.summary.TaggedRunMetadata.tag` {#TaggedRunMetadata.tag} | ||
|
||
Magic attribute generated for "tag" proto field. | ||
|
||
|
17 changes: 0 additions & 17 deletions
17
...ow/g3doc/api_docs/python/functions_and_classes/shard1/tf.merge_all_summaries.md
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.image_summary.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.