tensorflow::Output

#include <ops.h>

Represents a tensor value produced by an Operation.

Summary

Constructors and Destructors

Output()
Output(Node *n)
Output(Node *n, int32_t index)
Output(const Operation & op, int32_t index)

Public functions

hash() const
uint64
index() const
int32
name() const
std::string
node() const
Node *
op() const
operator==(const Output & other) const
bool
type() const
DataType

Public functions

Output

 Output()=default

Output

 Output(
 Node *n
)

Output

 Output(
 Node *n,
 int32_t index
)

Output

Output(
constOperation  & op,
int32_tindex
)

hash

uint64hash()const

index

int32index()const

name

std::stringname()const

node

Node*node()const

op

Operation op()const

operator==

booloperator==(
constOutput  & other
)const

type

DataTypetype()const

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.

Last updated 2022年02月08日 UTC.