doc_content stringlengths 1 386k | doc_id stringlengths 5 188 |
|---|---|
tf.raw_ops.QueueDequeueV2 Dequeues a tuple of one or more tensors from the given queue. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.QueueDequeueV2
tf.raw_ops.QueueDequeueV2(
handle, component_types, timeout_ms=-1, name=None
)
This operation has k output... | tensorflow.raw_ops.queuedequeuev2 |
tf.raw_ops.QueueEnqueue Enqueues a tuple of one or more tensors in the given queue. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.QueueEnqueue
tf.raw_ops.QueueEnqueue(
handle, components, timeout_ms=-1, name=None
)
The components input has k elements, whi... | tensorflow.raw_ops.queueenqueue |
tf.raw_ops.QueueEnqueueMany Enqueues zero or more tuples of one or more tensors in the given queue. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.QueueEnqueueMany
tf.raw_ops.QueueEnqueueMany(
handle, components, timeout_ms=-1, name=None
)
This operation s... | tensorflow.raw_ops.queueenqueuemany |
tf.raw_ops.QueueEnqueueManyV2 Enqueues zero or more tuples of one or more tensors in the given queue. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.QueueEnqueueManyV2
tf.raw_ops.QueueEnqueueManyV2(
handle, components, timeout_ms=-1, name=None
)
This opera... | tensorflow.raw_ops.queueenqueuemanyv2 |
tf.raw_ops.QueueEnqueueV2 Enqueues a tuple of one or more tensors in the given queue. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.QueueEnqueueV2
tf.raw_ops.QueueEnqueueV2(
handle, components, timeout_ms=-1, name=None
)
The components input has k element... | tensorflow.raw_ops.queueenqueuev2 |
tf.raw_ops.QueueIsClosed Returns true if queue is closed. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.QueueIsClosed
tf.raw_ops.QueueIsClosed(
handle, name=None
)
This operation returns true if the queue is closed and false if the queue is open.
Arg... | tensorflow.raw_ops.queueisclosed |
tf.raw_ops.QueueIsClosedV2 Returns true if queue is closed. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.QueueIsClosedV2
tf.raw_ops.QueueIsClosedV2(
handle, name=None
)
This operation returns true if the queue is closed and false if the queue is open.
... | tensorflow.raw_ops.queueisclosedv2 |
tf.raw_ops.QueueSize Computes the number of elements in the given queue. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.QueueSize
tf.raw_ops.QueueSize(
handle, name=None
)
Args
handle A Tensor of type mutable string. The handle to a queue.
nam... | tensorflow.raw_ops.queuesize |
tf.raw_ops.QueueSizeV2 Computes the number of elements in the given queue. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.QueueSizeV2
tf.raw_ops.QueueSizeV2(
handle, name=None
)
Args
handle A Tensor of type resource. The handle to a queue.
nam... | tensorflow.raw_ops.queuesizev2 |
tf.raw_ops.RaggedBincount Counts the number of occurrences of each value in an integer array. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RaggedBincount
tf.raw_ops.RaggedBincount(
splits, values, size, weights, binary_output=False, name=None
)
Outputs a... | tensorflow.raw_ops.raggedbincount |
tf.raw_ops.RaggedCountSparseOutput Performs sparse-output bin counting for a ragged tensor input. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RaggedCountSparseOutput
tf.raw_ops.RaggedCountSparseOutput(
splits, values, weights, binary_output, minlength=-1... | tensorflow.raw_ops.raggedcountsparseoutput |
tf.raw_ops.RaggedCross Generates a feature cross from a list of tensors, and returns it as a View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RaggedCross
tf.raw_ops.RaggedCross(
ragged_values, ragged_row_splits, sparse_indices, sparse_values, sparse_shape,
... | tensorflow.raw_ops.raggedcross |
tf.raw_ops.RaggedGather Gather ragged slices from params axis 0 according to indices. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RaggedGather
tf.raw_ops.RaggedGather(
params_nested_splits, params_dense_values, indices, OUTPUT_RAGGED_RANK,
name=None
... | tensorflow.raw_ops.raggedgather |
tf.raw_ops.RaggedRange Returns a RaggedTensor containing the specified sequences of numbers. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RaggedRange
tf.raw_ops.RaggedRange(
starts, limits, deltas, Tsplits=tf.dtypes.int64, name=None
)
Returns a RaggedTen... | tensorflow.raw_ops.raggedrange |
tf.raw_ops.RaggedTensorFromVariant Decodes a variant Tensor into a RaggedTensor. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RaggedTensorFromVariant
tf.raw_ops.RaggedTensorFromVariant(
encoded_ragged, input_ragged_rank, output_ragged_rank, Tvalues,
T... | tensorflow.raw_ops.raggedtensorfromvariant |
tf.raw_ops.RaggedTensorToSparse Converts a RaggedTensor into a SparseTensor with the same values. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RaggedTensorToSparse
tf.raw_ops.RaggedTensorToSparse(
rt_nested_splits, rt_dense_values, name=None
)
input=ragg... | tensorflow.raw_ops.raggedtensortosparse |
tf.raw_ops.RaggedTensorToTensor Create a dense tensor from a ragged tensor, possibly altering its shape. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RaggedTensorToTensor
tf.raw_ops.RaggedTensorToTensor(
shape, values, default_value, row_partition_tensors... | tensorflow.raw_ops.raggedtensortotensor |
tf.raw_ops.RaggedTensorToVariant Encodes a RaggedTensor into a variant Tensor. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RaggedTensorToVariant
tf.raw_ops.RaggedTensorToVariant(
rt_nested_splits, rt_dense_values, batched_input, name=None
)
Encodes the ... | tensorflow.raw_ops.raggedtensortovariant |
tf.raw_ops.RaggedTensorToVariantGradient Helper used to compute the gradient for RaggedTensorToVariant. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RaggedTensorToVariantGradient
tf.raw_ops.RaggedTensorToVariantGradient(
encoded_ragged_grad, row_splits, d... | tensorflow.raw_ops.raggedtensortovariantgradient |
tf.raw_ops.RandomCrop Randomly crop image. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RandomCrop
tf.raw_ops.RandomCrop(
image, size, seed=0, seed2=0, name=None
)
size is a 1-D int64 tensor with 2 elements representing the crop height and width. The val... | tensorflow.raw_ops.randomcrop |
tf.raw_ops.RandomDataset Creates a Dataset that returns pseudorandom numbers. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RandomDataset
tf.raw_ops.RandomDataset(
seed, seed2, output_types, output_shapes, name=None
)
Creates a Dataset that returns a stre... | tensorflow.raw_ops.randomdataset |
tf.raw_ops.RandomGamma Outputs random values from the Gamma distribution(s) described by alpha. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RandomGamma
tf.raw_ops.RandomGamma(
shape, alpha, seed=0, seed2=0, name=None
)
This op uses the algorithm by Mars... | tensorflow.raw_ops.randomgamma |
tf.raw_ops.RandomGammaGrad Computes the derivative of a Gamma random sample w.r.t. alpha. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RandomGammaGrad
tf.raw_ops.RandomGammaGrad(
alpha, sample, name=None
)
Args
alpha A Tensor. Must be one of the... | tensorflow.raw_ops.randomgammagrad |
tf.raw_ops.RandomPoisson Use RandomPoissonV2 instead. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RandomPoisson
tf.raw_ops.RandomPoisson(
shape, rate, seed=0, seed2=0, name=None
)
Args
shape A Tensor. Must be one of the following types: int32, ... | tensorflow.raw_ops.randompoisson |
tf.raw_ops.RandomPoissonV2 Outputs random values from the Poisson distribution(s) described by rate. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RandomPoissonV2
tf.raw_ops.RandomPoissonV2(
shape, rate, seed=0, seed2=0, dtype=tf.dtypes.int64, name=None
)
... | tensorflow.raw_ops.randompoissonv2 |
tf.raw_ops.RandomShuffle Randomly shuffles a tensor along its first dimension. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RandomShuffle
tf.raw_ops.RandomShuffle(
value, seed=0, seed2=0, name=None
)
The tensor is shuffled along dimension 0, such that ea... | tensorflow.raw_ops.randomshuffle |
tf.raw_ops.RandomShuffleQueue A queue that randomizes the order of elements. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RandomShuffleQueue
tf.raw_ops.RandomShuffleQueue(
component_types, shapes=[], capacity=-1, min_after_dequeue=0, seed=0, seed2=0,
... | tensorflow.raw_ops.randomshufflequeue |
tf.raw_ops.RandomShuffleQueueV2 A queue that randomizes the order of elements. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RandomShuffleQueueV2
tf.raw_ops.RandomShuffleQueueV2(
component_types, shapes=[], capacity=-1, min_after_dequeue=0, seed=0, seed2=0... | tensorflow.raw_ops.randomshufflequeuev2 |
tf.raw_ops.RandomStandardNormal Outputs random values from a normal distribution. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RandomStandardNormal
tf.raw_ops.RandomStandardNormal(
shape, dtype, seed=0, seed2=0, name=None
)
The generated values will have... | tensorflow.raw_ops.randomstandardnormal |
tf.raw_ops.RandomUniform Outputs random values from a uniform distribution. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RandomUniform
tf.raw_ops.RandomUniform(
shape, dtype, seed=0, seed2=0, name=None
)
The generated values follow a uniform distribution... | tensorflow.raw_ops.randomuniform |
tf.raw_ops.RandomUniformInt Outputs random integers from a uniform distribution. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RandomUniformInt
tf.raw_ops.RandomUniformInt(
shape, minval, maxval, seed=0, seed2=0, name=None
)
The generated values are unifo... | tensorflow.raw_ops.randomuniformint |
tf.raw_ops.Range Creates a sequence of numbers. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Range
tf.raw_ops.Range(
start, limit, delta, name=None
)
This operation creates a sequence of numbers that begins at start and extends by increments of delta up ... | tensorflow.raw_ops.range |
tf.raw_ops.RangeDataset Creates a dataset with a range of values. Corresponds to python's xrange. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RangeDataset
tf.raw_ops.RangeDataset(
start, stop, step, output_types, output_shapes, name=None
)
Args
s... | tensorflow.raw_ops.rangedataset |
tf.raw_ops.Rank Returns the rank of a tensor. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Rank
tf.raw_ops.Rank(
input, name=None
)
This operation returns an integer representing the rank of input. For example: # 't' is [[[1, 1, 1], [2, 2, 2]], [[3, 3, 3... | tensorflow.raw_ops.rank |
tf.raw_ops.ReaderNumRecordsProduced Returns the number of records this Reader has produced. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReaderNumRecordsProduced
tf.raw_ops.ReaderNumRecordsProduced(
reader_handle, name=None
)
This is the same as the numb... | tensorflow.raw_ops.readernumrecordsproduced |
tf.raw_ops.ReaderNumRecordsProducedV2 Returns the number of records this Reader has produced. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReaderNumRecordsProducedV2
tf.raw_ops.ReaderNumRecordsProducedV2(
reader_handle, name=None
)
This is the same as th... | tensorflow.raw_ops.readernumrecordsproducedv2 |
tf.raw_ops.ReaderNumWorkUnitsCompleted Returns the number of work units this Reader has finished processing. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReaderNumWorkUnitsCompleted
tf.raw_ops.ReaderNumWorkUnitsCompleted(
reader_handle, name=None
)
... | tensorflow.raw_ops.readernumworkunitscompleted |
tf.raw_ops.ReaderNumWorkUnitsCompletedV2 Returns the number of work units this Reader has finished processing. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReaderNumWorkUnitsCompletedV2
tf.raw_ops.ReaderNumWorkUnitsCompletedV2(
reader_handle, name=None
)
... | tensorflow.raw_ops.readernumworkunitscompletedv2 |
tf.raw_ops.ReaderRead Returns the next record (key, value pair) produced by a Reader. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReaderRead
tf.raw_ops.ReaderRead(
reader_handle, queue_handle, name=None
)
Will dequeue from the input queue if necessary (... | tensorflow.raw_ops.readerread |
tf.raw_ops.ReaderReadUpTo Returns up to num_records (key, value) pairs produced by a Reader. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReaderReadUpTo
tf.raw_ops.ReaderReadUpTo(
reader_handle, queue_handle, num_records, name=None
)
Will dequeue from th... | tensorflow.raw_ops.readerreadupto |
tf.raw_ops.ReaderReadUpToV2 Returns up to num_records (key, value) pairs produced by a Reader. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReaderReadUpToV2
tf.raw_ops.ReaderReadUpToV2(
reader_handle, queue_handle, num_records, name=None
)
Will dequeue f... | tensorflow.raw_ops.readerreaduptov2 |
tf.raw_ops.ReaderReadV2 Returns the next record (key, value pair) produced by a Reader. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReaderReadV2
tf.raw_ops.ReaderReadV2(
reader_handle, queue_handle, name=None
)
Will dequeue from the input queue if neces... | tensorflow.raw_ops.readerreadv2 |
tf.raw_ops.ReaderReset Restore a Reader to its initial clean state. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReaderReset
tf.raw_ops.ReaderReset(
reader_handle, name=None
)
Args
reader_handle A Tensor of type mutable string. Handle to a Reade... | tensorflow.raw_ops.readerreset |
tf.raw_ops.ReaderResetV2 Restore a Reader to its initial clean state. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReaderResetV2
tf.raw_ops.ReaderResetV2(
reader_handle, name=None
)
Args
reader_handle A Tensor of type resource. Handle to a Reade... | tensorflow.raw_ops.readerresetv2 |
tf.raw_ops.ReaderRestoreState Restore a reader to a previously saved state. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReaderRestoreState
tf.raw_ops.ReaderRestoreState(
reader_handle, state, name=None
)
Not all Readers support being restored, so this c... | tensorflow.raw_ops.readerrestorestate |
tf.raw_ops.ReaderRestoreStateV2 Restore a reader to a previously saved state. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReaderRestoreStateV2
tf.raw_ops.ReaderRestoreStateV2(
reader_handle, state, name=None
)
Not all Readers support being restored, so ... | tensorflow.raw_ops.readerrestorestatev2 |
tf.raw_ops.ReaderSerializeState Produce a string tensor that encodes the state of a Reader. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReaderSerializeState
tf.raw_ops.ReaderSerializeState(
reader_handle, name=None
)
Not all Readers support being serial... | tensorflow.raw_ops.readerserializestate |
tf.raw_ops.ReaderSerializeStateV2 Produce a string tensor that encodes the state of a Reader. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReaderSerializeStateV2
tf.raw_ops.ReaderSerializeStateV2(
reader_handle, name=None
)
Not all Readers support being ... | tensorflow.raw_ops.readerserializestatev2 |
tf.raw_ops.ReadFile Reads and outputs the entire contents of the input filename. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReadFile
tf.raw_ops.ReadFile(
filename, name=None
)
Args
filename A Tensor of type string.
name A name for the op... | tensorflow.raw_ops.readfile |
tf.raw_ops.ReadVariableOp Reads the value of a variable. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReadVariableOp
tf.raw_ops.ReadVariableOp(
resource, dtype, name=None
)
The tensor returned by this operation is immutable. The value returned by this op... | tensorflow.raw_ops.readvariableop |
tf.raw_ops.Real Returns the real part of a complex number. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Real
tf.raw_ops.Real(
input, Tout=tf.dtypes.float32, name=None
)
Given a tensor input of complex numbers, this operation returns a tensor of type fl... | tensorflow.raw_ops.real |
tf.raw_ops.RealDiv Returns x / y element-wise for real types. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RealDiv
tf.raw_ops.RealDiv(
x, y, name=None
)
If x and y are reals, this will return the floating-point division.
Note: Div supports broadcasting.... | tensorflow.raw_ops.realdiv |
tf.raw_ops.RebatchDataset Creates a dataset that changes the batch size. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RebatchDataset
tf.raw_ops.RebatchDataset(
input_dataset, num_replicas, output_types, output_shapes, use_fallback=True,
name=None
)
C... | tensorflow.raw_ops.rebatchdataset |
tf.raw_ops.RebatchDatasetV2 Creates a dataset that changes the batch size. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RebatchDatasetV2
tf.raw_ops.RebatchDatasetV2(
input_dataset, batch_sizes, drop_remainder, output_types, output_shapes,
name=None
)
... | tensorflow.raw_ops.rebatchdatasetv2 |
tf.raw_ops.Reciprocal Computes the reciprocal of x element-wise. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Reciprocal
tf.raw_ops.Reciprocal(
x, name=None
)
I.e., \(y = 1 / x\).
Args
x A Tensor. Must be one of the following types: bfloat16, ... | tensorflow.raw_ops.reciprocal |
tf.raw_ops.ReciprocalGrad Computes the gradient for the inverse of x wrt its input. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReciprocalGrad
tf.raw_ops.ReciprocalGrad(
y, dy, name=None
)
Specifically, grad = -dy * y*y, where y = 1/x, and dy is the cor... | tensorflow.raw_ops.reciprocalgrad |
tf.raw_ops.RecordInput Emits randomized records. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RecordInput
tf.raw_ops.RecordInput(
file_pattern, file_random_seed=301, file_shuffle_shift_ratio=0,
file_buffer_size=10000, file_parallelism=16, batch_size=3... | tensorflow.raw_ops.recordinput |
tf.raw_ops.Recv Receives the named tensor from send_device on recv_device. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Recv
tf.raw_ops.Recv(
tensor_type, tensor_name, send_device, send_device_incarnation, recv_device,
client_terminated=False, name=No... | tensorflow.raw_ops.recv |
tf.raw_ops.RecvTPUEmbeddingActivations An op that receives embedding activations on the TPU. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RecvTPUEmbeddingActivations
tf.raw_ops.RecvTPUEmbeddingActivations(
num_outputs, config, name=None
)
The TPU system ... | tensorflow.raw_ops.recvtpuembeddingactivations |
tf.raw_ops.ReduceDataset Reduces the input dataset to a singleton using a reduce function. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReduceDataset
tf.raw_ops.ReduceDataset(
input_dataset, initial_state, other_arguments, f, output_types, output_shapes,
... | tensorflow.raw_ops.reducedataset |
tf.raw_ops.ReduceJoin Joins a string Tensor across the given dimensions. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReduceJoin
tf.raw_ops.ReduceJoin(
inputs, reduction_indices, keep_dims=False, separator='', name=None
)
Computes the string join acros... | tensorflow.raw_ops.reducejoin |
tf.raw_ops.RefEnter Creates or finds a child frame, and makes data available to the child frame. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RefEnter
tf.raw_ops.RefEnter(
data, frame_name, is_constant=False, parallel_iterations=10, name=None
)
The uniqu... | tensorflow.raw_ops.refenter |
tf.raw_ops.RefExit Exits the current frame to its parent frame. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RefExit
tf.raw_ops.RefExit(
data, name=None
)
Exit makes its input data available to the parent frame.
Args
data A mutable Tensor. The t... | tensorflow.raw_ops.refexit |
tf.raw_ops.RefIdentity Return the same ref tensor as the input ref tensor. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RefIdentity
tf.raw_ops.RefIdentity(
input, name=None
)
Args
input A mutable Tensor.
name A name for the operation (opti... | tensorflow.raw_ops.refidentity |
tf.raw_ops.RefMerge Forwards the value of an available tensor from inputs to output. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RefMerge
tf.raw_ops.RefMerge(
inputs, name=None
)
Merge waits for at least one of the tensors in inputs to become available.... | tensorflow.raw_ops.refmerge |
tf.raw_ops.RefNextIteration Makes its input available to the next iteration. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RefNextIteration
tf.raw_ops.RefNextIteration(
data, name=None
)
Args
data A mutable Tensor. The tensor to be made available... | tensorflow.raw_ops.refnextiteration |
tf.raw_ops.RefSelect Forwards the indexth element of inputs to output. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RefSelect
tf.raw_ops.RefSelect(
index, inputs, name=None
)
Args
index A Tensor of type int32. A scalar that determines the input ... | tensorflow.raw_ops.refselect |
tf.raw_ops.RefSwitch Forwards the ref tensor data to the output port determined by pred. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RefSwitch
tf.raw_ops.RefSwitch(
data, pred, name=None
)
If pred is true, the data input is forwarded to output_true. Oth... | tensorflow.raw_ops.refswitch |
tf.raw_ops.RegexFullMatch Check if the input matches the regex pattern. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RegexFullMatch
tf.raw_ops.RegexFullMatch(
input, pattern, name=None
)
The input is a string tensor of any shape. The pattern is a scala... | tensorflow.raw_ops.regexfullmatch |
tf.raw_ops.RegexReplace Replaces matches of the pattern regular expression in input with the View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RegexReplace
tf.raw_ops.RegexReplace(
input, pattern, rewrite, replace_global=True, name=None
)
replacement string p... | tensorflow.raw_ops.regexreplace |
tf.raw_ops.RegisterDataset Registers a dataset with the tf.data service. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RegisterDataset
tf.raw_ops.RegisterDataset(
dataset, address, protocol, external_state_policy, name=None
)
Args
dataset A Tenso... | tensorflow.raw_ops.registerdataset |
tf.raw_ops.Relu Computes rectified linear: max(features, 0). View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Relu
tf.raw_ops.Relu(
features, name=None
)
See: https://en.wikipedia.org/wiki/Rectifier_(neural_networks) Example usage: >>> tf.nn.relu([-2., 0., -... | tensorflow.raw_ops.relu |
tf.raw_ops.Relu6 Computes rectified linear 6: min(max(features, 0), 6). View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Relu6
tf.raw_ops.Relu6(
features, name=None
)
Args
features A Tensor. Must be one of the following types: float32, float64, int3... | tensorflow.raw_ops.relu6 |
tf.raw_ops.Relu6Grad Computes rectified linear 6 gradients for a Relu6 operation. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Relu6Grad
tf.raw_ops.Relu6Grad(
gradients, features, name=None
)
Args
gradients A Tensor. Must be one of the following... | tensorflow.raw_ops.relu6grad |
tf.raw_ops.ReluGrad Computes rectified linear gradients for a Relu operation. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ReluGrad
tf.raw_ops.ReluGrad(
gradients, features, name=None
)
Args
gradients A Tensor. Must be one of the following types... | tensorflow.raw_ops.relugrad |
tf.raw_ops.RemoteCall Runs function f on a remote device indicated by target. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RemoteCall
tf.raw_ops.RemoteCall(
target, args, Tout, f, name=None
)
Args
target A Tensor of type string. A fully specifie... | tensorflow.raw_ops.remotecall |
tf.raw_ops.RepeatDataset Creates a dataset that emits the outputs of input_dataset count times. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RepeatDataset
tf.raw_ops.RepeatDataset(
input_dataset, count, output_types, output_shapes, name=None
)
Args
... | tensorflow.raw_ops.repeatdataset |
tf.raw_ops.RequantizationRange Computes a range that covers the actual values present in a quantized tensor. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RequantizationRange
tf.raw_ops.RequantizationRange(
input, input_min, input_max, name=None
)
Given a... | tensorflow.raw_ops.requantizationrange |
tf.raw_ops.RequantizationRangePerChannel Computes requantization range per channel. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RequantizationRangePerChannel
tf.raw_ops.RequantizationRangePerChannel(
input, input_min, input_max, clip_value_max, name=None... | tensorflow.raw_ops.requantizationrangeperchannel |
tf.raw_ops.Requantize Converts the quantized input tensor into a lower-precision output. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Requantize
tf.raw_ops.Requantize(
input, input_min, input_max, requested_output_min, requested_output_max,
out_type, ... | tensorflow.raw_ops.requantize |
tf.raw_ops.RequantizePerChannel Requantizes input with min and max values known per channel. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.RequantizePerChannel
tf.raw_ops.RequantizePerChannel(
input, input_min, input_max, requested_output_min, requested_ou... | tensorflow.raw_ops.requantizeperchannel |
tf.raw_ops.Reshape Reshapes a tensor. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Reshape
tf.raw_ops.Reshape(
tensor, shape, name=None
)
Given tensor, this operation returns a tensor that has the same values as tensor with shape shape. If one component ... | tensorflow.raw_ops.reshape |
tf.raw_ops.ResizeArea Resize images to size using area interpolation. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResizeArea
tf.raw_ops.ResizeArea(
images, size, align_corners=False, name=None
)
Input images can be of different types but output images a... | tensorflow.raw_ops.resizearea |
tf.raw_ops.ResizeBicubic Resize images to size using bicubic interpolation. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResizeBicubic
tf.raw_ops.ResizeBicubic(
images, size, align_corners=False, half_pixel_centers=False, name=None
)
Input images can be ... | tensorflow.raw_ops.resizebicubic |
tf.raw_ops.ResizeBicubicGrad Computes the gradient of bicubic interpolation. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResizeBicubicGrad
tf.raw_ops.ResizeBicubicGrad(
grads, original_image, align_corners=False, half_pixel_centers=False, name=None
)
... | tensorflow.raw_ops.resizebicubicgrad |
tf.raw_ops.ResizeBilinear Resize images to size using bilinear interpolation. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResizeBilinear
tf.raw_ops.ResizeBilinear(
images, size, align_corners=False, half_pixel_centers=False, name=None
)
Input images can... | tensorflow.raw_ops.resizebilinear |
tf.raw_ops.ResizeBilinearGrad Computes the gradient of bilinear interpolation. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResizeBilinearGrad
tf.raw_ops.ResizeBilinearGrad(
grads, original_image, align_corners=False, half_pixel_centers=False, name=None
)... | tensorflow.raw_ops.resizebilineargrad |
tf.raw_ops.ResizeNearestNeighbor Resize images to size using nearest neighbor interpolation. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResizeNearestNeighbor
tf.raw_ops.ResizeNearestNeighbor(
images, size, align_corners=False, half_pixel_centers=False, ... | tensorflow.raw_ops.resizenearestneighbor |
tf.raw_ops.ResizeNearestNeighborGrad Computes the gradient of nearest neighbor interpolation. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResizeNearestNeighborGrad
tf.raw_ops.ResizeNearestNeighborGrad(
grads, size, align_corners=False, half_pixel_centers... | tensorflow.raw_ops.resizenearestneighborgrad |
tf.raw_ops.ResourceAccumulatorApplyGradient Applies a gradient to a given accumulator. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResourceAccumulatorApplyGradient
tf.raw_ops.ResourceAccumulatorApplyGradient(
handle, local_step, gradient, name=None
)
Do... | tensorflow.raw_ops.resourceaccumulatorapplygradient |
tf.raw_ops.ResourceAccumulatorNumAccumulated Returns the number of gradients aggregated in the given accumulators. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResourceAccumulatorNumAccumulated
tf.raw_ops.ResourceAccumulatorNumAccumulated(
handle, name=No... | tensorflow.raw_ops.resourceaccumulatornumaccumulated |
tf.raw_ops.ResourceAccumulatorSetGlobalStep Updates the accumulator with a new value for global_step. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResourceAccumulatorSetGlobalStep
tf.raw_ops.ResourceAccumulatorSetGlobalStep(
handle, new_global_step, name=... | tensorflow.raw_ops.resourceaccumulatorsetglobalstep |
tf.raw_ops.ResourceAccumulatorTakeGradient Extracts the average gradient in the given ConditionalAccumulator. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResourceAccumulatorTakeGradient
tf.raw_ops.ResourceAccumulatorTakeGradient(
handle, num_required, dt... | tensorflow.raw_ops.resourceaccumulatortakegradient |
tf.raw_ops.ResourceApplyAdadelta Update '*var' according to the adadelta scheme. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyAdadelta
tf.raw_ops.ResourceApplyAdadelta(
var, accum, accum_update, lr, rho, epsilon, grad, use_locking=False, name... | tensorflow.raw_ops.resourceapplyadadelta |
tf.raw_ops.ResourceApplyAdagrad Update '*var' according to the adagrad scheme. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyAdagrad
tf.raw_ops.ResourceApplyAdagrad(
var, accum, lr, grad, use_locking=False, update_slots=True, name=None
)
accu... | tensorflow.raw_ops.resourceapplyadagrad |
tf.raw_ops.ResourceApplyAdagradDA Update '*var' according to the proximal adagrad scheme. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyAdagradDA
tf.raw_ops.ResourceApplyAdagradDA(
var, gradient_accumulator, gradient_squared_accumulator, grad,... | tensorflow.raw_ops.resourceapplyadagradda |
tf.raw_ops.ResourceApplyAdagradV2 Update '*var' according to the adagrad scheme. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyAdagradV2
tf.raw_ops.ResourceApplyAdagradV2(
var, accum, lr, epsilon, grad, use_locking=False, update_slots=True, na... | tensorflow.raw_ops.resourceapplyadagradv2 |
tf.raw_ops.ResourceApplyAdam Update '*var' according to the Adam algorithm. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyAdam
tf.raw_ops.ResourceApplyAdam(
var, m, v, beta1_power, beta2_power, lr, beta1, beta2, epsilon, grad,
use_lockin... | tensorflow.raw_ops.resourceapplyadam |
tf.raw_ops.ResourceApplyAdaMax Update '*var' according to the AdaMax algorithm. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyAdaMax
tf.raw_ops.ResourceApplyAdaMax(
var, m, v, beta1_power, lr, beta1, beta2, epsilon, grad, use_locking=False,
... | tensorflow.raw_ops.resourceapplyadamax |
tf.raw_ops.ResourceApplyAdamWithAmsgrad Update '*var' according to the Adam algorithm. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyAdamWithAmsgrad
tf.raw_ops.ResourceApplyAdamWithAmsgrad(
var, m, v, vhat, beta1_power, beta2_power, lr, beta... | tensorflow.raw_ops.resourceapplyadamwithamsgrad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.