tensorflow::ops::OrderedMapClear

#include <data_flow_ops.h>

Op removes all elements in the underlying container.

Summary

Arguments:

Returns:

Constructors and Destructors

OrderedMapClear(const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes)
OrderedMapClear(const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes, const OrderedMapClear::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::OrderedMapClear::Attrs

Optional attribute setters for OrderedMapClear.

Public attributes

operation

Operation operation

Public functions

OrderedMapClear

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

OrderedMapClear

 OrderedMapClear(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes,
  const OrderedMapClear::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
)