tensorflow:: ops:: StageClear

#include <data_flow_ops.h>

Op removes all elements in the underlying container.

Summary

Args:

Returns:

Constructors and Destructors

StageClear (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes)
StageClear (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes, const StageClear::Attrs & attrs)

Public attributes

operation

Public functions

operator::tensorflow::Operation () const

Public static functions

Capacity (int64 x)
Container (StringPiece x)
MemoryLimit (int64 x)
SharedName (StringPiece x)

Structs

tensorflow:: ops:: StageClear:: Attrs

Optional attribute setters for StageClear .

Public attributes

operation

Operation operation

Public functions

StageClear

 StageClear(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes
)

StageClear

 StageClear(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes,
  const StageClear::Attrs & attrs
)

operator::tensorflow::Operation

 operator::tensorflow::Operation() const 

Public static functions

Capacity

Attrs Capacity(
  int64 x
)

Container

Attrs Container(
  StringPiece x
)

MemoryLimit

Attrs MemoryLimit(
  int64 x
)

SharedName

Attrs SharedName(
  StringPiece x
)