Struct tensorflow::ops::AnonymousHashTable
source · pub struct AnonymousHashTable { /* private fields */ }Expand description
Builder for the AnonymousHashTable operation.
Implementations§
source§impl AnonymousHashTable
impl AnonymousHashTable
sourcepub fn key_dtype<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn key_dtype<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the key_dtype attribute.
sourcepub fn value_dtype<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn value_dtype<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the value_dtype attribute.
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build(&self, scope: &mut Scope) -> Result<Operation>
pub fn build(&self, scope: &mut Scope) -> Result<Operation>
Builds the AnonymousHashTable operation.
sourcepub fn build_instance(&self, scope: &mut Scope) -> Result<AnonymousHashTableInst>
pub fn build_instance(&self, scope: &mut Scope) -> Result<AnonymousHashTableInst>
Builds a new instance of ‘AnonymousHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for AnonymousHashTable
impl Debug for AnonymousHashTable
source§impl Default for AnonymousHashTable
impl Default for AnonymousHashTable
source§fn default() -> AnonymousHashTable
fn default() -> AnonymousHashTable
Returns the “default value” for a type. Read more