doc_content stringlengths 1 386k | doc_id stringlengths 5 188 |
|---|---|
tf.raw_ops.Sum Computes the sum of elements across dimensions of a tensor. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Sum
tf.raw_ops.Sum(
input, axis, keep_dims=False, name=None
)
Reduces input along the dimensions given in axis. Unless keep_dims is tr... | tensorflow.raw_ops.sum |
tf.raw_ops.SummaryWriter View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.SummaryWriter
tf.raw_ops.SummaryWriter(
shared_name='', container='', name=None
)
Args
shared_name An optional string. Defaults to "".
container An optional string. Defa... | tensorflow.raw_ops.summarywriter |
tf.raw_ops.Svd Computes the singular value decompositions of one or more matrices. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Svd
tf.raw_ops.Svd(
input, compute_uv=True, full_matrices=False, name=None
)
Computes the SVD of each inner matrix in input su... | tensorflow.raw_ops.svd |
tf.raw_ops.Switch Forwards 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.Switch
tf.raw_ops.Switch(
data, pred, name=None
)
If pred is true, the data input is forwarded to output_true. Otherwise, the data goes to... | tensorflow.raw_ops.switch |
tf.raw_ops.SymbolicGradient Computes the gradient function for function f via backpropagation. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.SymbolicGradient
tf.raw_ops.SymbolicGradient(
input, Tout, f, name=None
)
Args
input A list of Tensor obj... | tensorflow.raw_ops.symbolicgradient |
tf.raw_ops.TakeDataset Creates a dataset that contains count elements from the input_dataset. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TakeDataset
tf.raw_ops.TakeDataset(
input_dataset, count, output_types, output_shapes, name=None
)
Args
inpu... | tensorflow.raw_ops.takedataset |
tf.raw_ops.TakeManySparseFromTensorsMap Read SparseTensors from a SparseTensorsMap and concatenate them. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TakeManySparseFromTensorsMap
tf.raw_ops.TakeManySparseFromTensorsMap(
sparse_handles, dtype, container=''... | tensorflow.raw_ops.takemanysparsefromtensorsmap |
tf.raw_ops.TakeWhileDataset Creates a dataset that stops iteration when predicate` is false. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TakeWhileDataset
tf.raw_ops.TakeWhileDataset(
input_dataset, other_arguments, predicate, output_types, output_shapes,... | tensorflow.raw_ops.takewhiledataset |
tf.raw_ops.Tan Computes tan of x element-wise. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Tan
tf.raw_ops.Tan(
x, name=None
)
Given an input tensor, this function computes tangent of every element in the tensor. Input range is (-inf, inf) and output ran... | tensorflow.raw_ops.tan |
tf.raw_ops.Tanh Computes hyperbolic tangent of x element-wise. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Tanh
tf.raw_ops.Tanh(
x, name=None
)
Given an input tensor, this function computes hyperbolic tangent of every element in the tensor. Input range ... | tensorflow.raw_ops.tanh |
tf.raw_ops.TanhGrad Computes the gradient for the tanh of x wrt its input. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TanhGrad
tf.raw_ops.TanhGrad(
y, dy, name=None
)
Specifically, grad = dy * (1 - y*y), where y = tanh(x), and dy is the corresponding i... | tensorflow.raw_ops.tanhgrad |
tf.raw_ops.TemporaryVariable Returns a tensor that may be mutated, but only persists within a single step. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TemporaryVariable
tf.raw_ops.TemporaryVariable(
shape, dtype, var_name='', name=None
)
This is an expe... | tensorflow.raw_ops.temporaryvariable |
tf.raw_ops.TensorArray View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArray
tf.raw_ops.TensorArray(
size, dtype, dynamic_size=False, clear_after_read=True,
tensor_array_name='', element_shape=None, name=None
)
Args
size A Tensor of type ... | tensorflow.raw_ops.tensorarray |
tf.raw_ops.TensorArrayClose View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayClose
tf.raw_ops.TensorArrayClose(
handle, name=None
)
Args
handle A Tensor of type mutable string.
name A name for the operation (optional).
Retur... | tensorflow.raw_ops.tensorarrayclose |
tf.raw_ops.TensorArrayCloseV2 Deprecated. Use TensorArrayCloseV3 View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayCloseV2
tf.raw_ops.TensorArrayCloseV2(
handle, name=None
)
Args
handle A Tensor of type string.
name A name for the op... | tensorflow.raw_ops.tensorarrayclosev2 |
tf.raw_ops.TensorArrayCloseV3 Delete the TensorArray from its resource container. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayCloseV3
tf.raw_ops.TensorArrayCloseV3(
handle, name=None
)
This enables the user to close and release the resource i... | tensorflow.raw_ops.tensorarrayclosev3 |
tf.raw_ops.TensorArrayConcat View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayConcat
tf.raw_ops.TensorArrayConcat(
handle, flow_in, dtype, element_shape_except0=None, name=None
)
Args
handle A Tensor of type mutable string.
flow_in ... | tensorflow.raw_ops.tensorarrayconcat |
tf.raw_ops.TensorArrayConcatV2 Deprecated. Use TensorArrayConcatV3 View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayConcatV2
tf.raw_ops.TensorArrayConcatV2(
handle, flow_in, dtype, element_shape_except0=None, name=None
)
Args
handle A Ten... | tensorflow.raw_ops.tensorarrayconcatv2 |
tf.raw_ops.TensorArrayConcatV3 Concat the elements from the TensorArray into value value. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayConcatV3
tf.raw_ops.TensorArrayConcatV3(
handle, flow_in, dtype, element_shape_except0=None, name=None
)
Tak... | tensorflow.raw_ops.tensorarrayconcatv3 |
tf.raw_ops.TensorArrayGather View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayGather
tf.raw_ops.TensorArrayGather(
handle, indices, flow_in, dtype, element_shape=None, name=None
)
Args
handle A Tensor of type mutable string.
indices ... | tensorflow.raw_ops.tensorarraygather |
tf.raw_ops.TensorArrayGatherV2 Deprecated. Use TensorArrayGatherV3 View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayGatherV2
tf.raw_ops.TensorArrayGatherV2(
handle, indices, flow_in, dtype, element_shape=None, name=None
)
Args
handle A Te... | tensorflow.raw_ops.tensorarraygatherv2 |
tf.raw_ops.TensorArrayGatherV3 Gather specific elements from the TensorArray into output value. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayGatherV3
tf.raw_ops.TensorArrayGatherV3(
handle, indices, flow_in, dtype, element_shape=None, name=None... | tensorflow.raw_ops.tensorarraygatherv3 |
tf.raw_ops.TensorArrayGrad View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayGrad
tf.raw_ops.TensorArrayGrad(
handle, flow_in, source, name=None
)
Args
handle A Tensor of type string.
flow_in A Tensor of type float32.
source A ... | tensorflow.raw_ops.tensorarraygrad |
tf.raw_ops.TensorArrayGradV2 Deprecated. Use TensorArrayGradV3 View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayGradV2
tf.raw_ops.TensorArrayGradV2(
handle, flow_in, source, name=None
)
Args
handle A Tensor of type string.
flow_in A... | tensorflow.raw_ops.tensorarraygradv2 |
tf.raw_ops.TensorArrayGradV3 Creates a TensorArray for storing the gradients of values in the given handle. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayGradV3
tf.raw_ops.TensorArrayGradV3(
handle, flow_in, source, name=None
)
If the given Ten... | tensorflow.raw_ops.tensorarraygradv3 |
tf.raw_ops.TensorArrayGradWithShape Creates a TensorArray for storing multiple gradients of values in the given handle. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayGradWithShape
tf.raw_ops.TensorArrayGradWithShape(
handle, flow_in, shape_to_pr... | tensorflow.raw_ops.tensorarraygradwithshape |
tf.raw_ops.TensorArrayPack View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayPack
tf.raw_ops.TensorArrayPack(
handle, flow_in, dtype, element_shape=None, name=None
)
Args
handle A Tensor of type mutable string.
flow_in A Tensor of ty... | tensorflow.raw_ops.tensorarraypack |
tf.raw_ops.TensorArrayRead View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayRead
tf.raw_ops.TensorArrayRead(
handle, index, flow_in, dtype, name=None
)
Args
handle A Tensor of type mutable string.
index A Tensor of type int32.
f... | tensorflow.raw_ops.tensorarrayread |
tf.raw_ops.TensorArrayReadV2 Deprecated. Use TensorArrayReadV3 View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayReadV2
tf.raw_ops.TensorArrayReadV2(
handle, index, flow_in, dtype, name=None
)
Args
handle A Tensor of type string.
index... | tensorflow.raw_ops.tensorarrayreadv2 |
tf.raw_ops.TensorArrayReadV3 Read an element from the TensorArray into output value. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayReadV3
tf.raw_ops.TensorArrayReadV3(
handle, index, flow_in, dtype, name=None
)
Args
handle A Tensor of ... | tensorflow.raw_ops.tensorarrayreadv3 |
tf.raw_ops.TensorArrayScatter View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayScatter
tf.raw_ops.TensorArrayScatter(
handle, indices, value, flow_in, name=None
)
Args
handle A Tensor of type mutable string.
indices A Tensor of type... | tensorflow.raw_ops.tensorarrayscatter |
tf.raw_ops.TensorArrayScatterV2 Deprecated. Use TensorArrayScatterV3 View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayScatterV2
tf.raw_ops.TensorArrayScatterV2(
handle, indices, value, flow_in, name=None
)
Args
handle A Tensor of type str... | tensorflow.raw_ops.tensorarrayscatterv2 |
tf.raw_ops.TensorArrayScatterV3 Scatter the data from the input value into specific TensorArray elements. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayScatterV3
tf.raw_ops.TensorArrayScatterV3(
handle, indices, value, flow_in, name=None
)
indi... | tensorflow.raw_ops.tensorarrayscatterv3 |
tf.raw_ops.TensorArraySize View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArraySize
tf.raw_ops.TensorArraySize(
handle, flow_in, name=None
)
Args
handle A Tensor of type mutable string.
flow_in A Tensor of type float32.
name A na... | tensorflow.raw_ops.tensorarraysize |
tf.raw_ops.TensorArraySizeV2 Deprecated. Use TensorArraySizeV3 View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArraySizeV2
tf.raw_ops.TensorArraySizeV2(
handle, flow_in, name=None
)
Args
handle A Tensor of type string.
flow_in A Tensor ... | tensorflow.raw_ops.tensorarraysizev2 |
tf.raw_ops.TensorArraySizeV3 Get the current size of the TensorArray. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArraySizeV3
tf.raw_ops.TensorArraySizeV3(
handle, flow_in, name=None
)
Args
handle A Tensor of type resource. The handle to ... | tensorflow.raw_ops.tensorarraysizev3 |
tf.raw_ops.TensorArraySplit View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArraySplit
tf.raw_ops.TensorArraySplit(
handle, value, lengths, flow_in, name=None
)
Args
handle A Tensor of type mutable string.
value A Tensor.
lengths ... | tensorflow.raw_ops.tensorarraysplit |
tf.raw_ops.TensorArraySplitV2 Deprecated. Use TensorArraySplitV3 View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArraySplitV2
tf.raw_ops.TensorArraySplitV2(
handle, value, lengths, flow_in, name=None
)
Args
handle A Tensor of type string.
... | tensorflow.raw_ops.tensorarraysplitv2 |
tf.raw_ops.TensorArraySplitV3 Split the data from the input value into TensorArray elements. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArraySplitV3
tf.raw_ops.TensorArraySplitV3(
handle, value, lengths, flow_in, name=None
)
Assuming that lengths... | tensorflow.raw_ops.tensorarraysplitv3 |
tf.raw_ops.TensorArrayUnpack View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayUnpack
tf.raw_ops.TensorArrayUnpack(
handle, value, flow_in, name=None
)
Args
handle A Tensor of type mutable string.
value A Tensor.
flow_in A Tens... | tensorflow.raw_ops.tensorarrayunpack |
tf.raw_ops.TensorArrayV2 Deprecated. Use TensorArrayV3 View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayV2
tf.raw_ops.TensorArrayV2(
size, dtype, element_shape=None, dynamic_size=False, clear_after_read=True,
tensor_array_name='', name=None
)
... | tensorflow.raw_ops.tensorarrayv2 |
tf.raw_ops.TensorArrayV3 An array of Tensors of given size. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayV3
tf.raw_ops.TensorArrayV3(
size, dtype, element_shape=None, dynamic_size=False, clear_after_read=True,
identical_element_shapes=False... | tensorflow.raw_ops.tensorarrayv3 |
tf.raw_ops.TensorArrayWrite View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayWrite
tf.raw_ops.TensorArrayWrite(
handle, index, value, flow_in, name=None
)
Args
handle A Tensor of type mutable string.
index A Tensor of type int32.
... | tensorflow.raw_ops.tensorarraywrite |
tf.raw_ops.TensorArrayWriteV2 Deprecated. Use TensorArrayGradV3 View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayWriteV2
tf.raw_ops.TensorArrayWriteV2(
handle, index, value, flow_in, name=None
)
Args
handle A Tensor of type string.
in... | tensorflow.raw_ops.tensorarraywritev2 |
tf.raw_ops.TensorArrayWriteV3 Push an element onto the tensor_array. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorArrayWriteV3
tf.raw_ops.TensorArrayWriteV3(
handle, index, value, flow_in, name=None
)
Args
handle A Tensor of type resource.... | tensorflow.raw_ops.tensorarraywritev3 |
tf.raw_ops.TensorDataset Creates a dataset that emits components as a tuple of tensors once. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorDataset
tf.raw_ops.TensorDataset(
components, output_shapes, name=None
)
Args
components A list of Te... | tensorflow.raw_ops.tensordataset |
tf.raw_ops.TensorListConcat Concats all tensors in the list along the 0th dimension. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListConcat
tf.raw_ops.TensorListConcat(
input_handle, element_dtype, element_shape=None, name=None
)
Requires that all... | tensorflow.raw_ops.tensorlistconcat |
tf.raw_ops.TensorListConcatLists View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListConcatLists
tf.raw_ops.TensorListConcatLists(
input_a, input_b, element_dtype, name=None
)
Args
input_a A Tensor of type variant.
input_b A Tensor of t... | tensorflow.raw_ops.tensorlistconcatlists |
tf.raw_ops.TensorListConcatV2 Concats all tensors in the list along the 0th dimension. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListConcatV2
tf.raw_ops.TensorListConcatV2(
input_handle, element_shape, leading_dims, element_dtype, name=None
)
Re... | tensorflow.raw_ops.tensorlistconcatv2 |
tf.raw_ops.TensorListElementShape The shape of the elements of the given list, as a tensor. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListElementShape
tf.raw_ops.TensorListElementShape(
input_handle, shape_type, name=None
)
input_handle: the lis... | tensorflow.raw_ops.tensorlistelementshape |
tf.raw_ops.TensorListFromTensor Creates a TensorList which, when stacked, has the value of tensor. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListFromTensor
tf.raw_ops.TensorListFromTensor(
tensor, element_shape, name=None
)
Each tensor in the re... | tensorflow.raw_ops.tensorlistfromtensor |
tf.raw_ops.TensorListGather Creates a Tensor by indexing into the TensorList. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListGather
tf.raw_ops.TensorListGather(
input_handle, indices, element_shape, element_dtype, name=None
)
Each row in the prod... | tensorflow.raw_ops.tensorlistgather |
tf.raw_ops.TensorListGetItem Returns the item in the list with the given index. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListGetItem
tf.raw_ops.TensorListGetItem(
input_handle, index, element_shape, element_dtype, name=None
)
input_handle: the ... | tensorflow.raw_ops.tensorlistgetitem |
tf.raw_ops.TensorListLength Returns the number of tensors in the input tensor list. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListLength
tf.raw_ops.TensorListLength(
input_handle, name=None
)
input_handle: the input list length: the number of te... | tensorflow.raw_ops.tensorlistlength |
tf.raw_ops.TensorListPopBack Returns the last element of the input list as well as a list with all but that element. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListPopBack
tf.raw_ops.TensorListPopBack(
input_handle, element_shape, element_dtype, n... | tensorflow.raw_ops.tensorlistpopback |
tf.raw_ops.TensorListPushBack Returns a list which has the passed-in Tensor as last element and the other elements of the given list in input_handle. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListPushBack
tf.raw_ops.TensorListPushBack(
input_hand... | tensorflow.raw_ops.tensorlistpushback |
tf.raw_ops.TensorListPushBackBatch View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListPushBackBatch
tf.raw_ops.TensorListPushBackBatch(
input_handles, tensor, name=None
)
Args
input_handles A Tensor of type variant.
tensor A Tensor.
... | tensorflow.raw_ops.tensorlistpushbackbatch |
tf.raw_ops.TensorListReserve List of the given size with empty elements. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListReserve
tf.raw_ops.TensorListReserve(
element_shape, num_elements, element_dtype, name=None
)
element_shape: the shape of the ... | tensorflow.raw_ops.tensorlistreserve |
tf.raw_ops.TensorListResize Resizes the list. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListResize
tf.raw_ops.TensorListResize(
input_handle, size, name=None
)
input_handle: the input list size: size of the output list
Args
input_handle ... | tensorflow.raw_ops.tensorlistresize |
tf.raw_ops.TensorListScatter Creates a TensorList by indexing into a Tensor. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListScatter
tf.raw_ops.TensorListScatter(
tensor, indices, element_shape, name=None
)
Each member of the TensorList correspond... | tensorflow.raw_ops.tensorlistscatter |
tf.raw_ops.TensorListScatterIntoExistingList Scatters tensor at indices in an input list. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListScatterIntoExistingList
tf.raw_ops.TensorListScatterIntoExistingList(
input_handle, tensor, indices, name=None... | tensorflow.raw_ops.tensorlistscatterintoexistinglist |
tf.raw_ops.TensorListScatterV2 Creates a TensorList by indexing into a Tensor. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListScatterV2
tf.raw_ops.TensorListScatterV2(
tensor, indices, element_shape, num_elements, name=None
)
Each member of the T... | tensorflow.raw_ops.tensorlistscatterv2 |
tf.raw_ops.TensorListSetItem Sets the index-th position of the list to contain the given tensor. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListSetItem
tf.raw_ops.TensorListSetItem(
input_handle, index, item, name=None
)
input_handle: the list in... | tensorflow.raw_ops.tensorlistsetitem |
tf.raw_ops.TensorListSplit Splits a tensor into a list. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListSplit
tf.raw_ops.TensorListSplit(
tensor, element_shape, lengths, name=None
)
list[i] corresponds to lengths[i] tensors from the input tensor. ... | tensorflow.raw_ops.tensorlistsplit |
tf.raw_ops.TensorListStack Stacks all tensors in the list. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorListStack
tf.raw_ops.TensorListStack(
input_handle, element_shape, element_dtype, num_elements=-1, name=None
)
Requires that all tensors have th... | tensorflow.raw_ops.tensorliststack |
tf.raw_ops.TensorScatterAdd Adds sparse updates to an existing tensor according to indices. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorScatterAdd
tf.raw_ops.TensorScatterAdd(
tensor, indices, updates, name=None
)
This operation creates a new tens... | tensorflow.raw_ops.tensorscatteradd |
tf.raw_ops.TensorScatterMax View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorScatterMax
tf.raw_ops.TensorScatterMax(
tensor, indices, updates, name=None
)
Args
tensor A Tensor. Tensor to update.
indices A Tensor. Must be one of the follo... | tensorflow.raw_ops.tensorscattermax |
tf.raw_ops.TensorScatterMin View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorScatterMin
tf.raw_ops.TensorScatterMin(
tensor, indices, updates, name=None
)
Args
tensor A Tensor. Tensor to update.
indices A Tensor. Must be one of the follo... | tensorflow.raw_ops.tensorscattermin |
tf.raw_ops.TensorScatterSub Subtracts sparse updates from an existing tensor according to indices. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorScatterSub
tf.raw_ops.TensorScatterSub(
tensor, indices, updates, name=None
)
This operation creates a n... | tensorflow.raw_ops.tensorscattersub |
tf.raw_ops.TensorScatterUpdate Scatter updates into an existing tensor according to indices. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorScatterUpdate
tf.raw_ops.TensorScatterUpdate(
tensor, indices, updates, name=None
)
This operation creates a n... | tensorflow.raw_ops.tensorscatterupdate |
tf.raw_ops.TensorSliceDataset Creates a dataset that emits each dim-0 slice of components once. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorSliceDataset
tf.raw_ops.TensorSliceDataset(
components, output_shapes, name=None
)
Args
components ... | tensorflow.raw_ops.tensorslicedataset |
tf.raw_ops.TensorStridedSliceUpdate Assign value to the sliced l-value reference of input. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorStridedSliceUpdate
tf.raw_ops.TensorStridedSliceUpdate(
input, begin, end, strides, value, begin_mask=0, end_mask... | tensorflow.raw_ops.tensorstridedsliceupdate |
tf.raw_ops.TensorSummary Outputs a Summary protocol buffer with a tensor. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorSummary
tf.raw_ops.TensorSummary(
tensor, description='', labels=[], display_name='',
name=None
)
This op is being phased out... | tensorflow.raw_ops.tensorsummary |
tf.raw_ops.TensorSummaryV2 Outputs a Summary protocol buffer with a tensor and per-plugin data. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TensorSummaryV2
tf.raw_ops.TensorSummaryV2(
tag, tensor, serialized_summary_metadata, name=None
)
Args
tag... | tensorflow.raw_ops.tensorsummaryv2 |
tf.raw_ops.TextLineDataset Creates a dataset that emits the lines of one or more text files. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TextLineDataset
tf.raw_ops.TextLineDataset(
filenames, compression_type, buffer_size, name=None
)
Args
filena... | tensorflow.raw_ops.textlinedataset |
tf.raw_ops.TextLineReader A Reader that outputs the lines of a file delimited by '\n'. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TextLineReader
tf.raw_ops.TextLineReader(
skip_header_lines=0, container='', shared_name='', name=None
)
Args
skip_... | tensorflow.raw_ops.textlinereader |
tf.raw_ops.TextLineReaderV2 A Reader that outputs the lines of a file delimited by '\n'. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TextLineReaderV2
tf.raw_ops.TextLineReaderV2(
skip_header_lines=0, container='', shared_name='', name=None
)
Args
... | tensorflow.raw_ops.textlinereaderv2 |
tf.raw_ops.TFRecordDataset Creates a dataset that emits the records from one or more TFRecord files. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TFRecordDataset
tf.raw_ops.TFRecordDataset(
filenames, compression_type, buffer_size, name=None
)
Args
... | tensorflow.raw_ops.tfrecorddataset |
tf.raw_ops.TFRecordReader A Reader that outputs the records from a TensorFlow Records file. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TFRecordReader
tf.raw_ops.TFRecordReader(
container='', shared_name='', compression_type='',
name=None
)
Arg... | tensorflow.raw_ops.tfrecordreader |
tf.raw_ops.TFRecordReaderV2 A Reader that outputs the records from a TensorFlow Records file. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TFRecordReaderV2
tf.raw_ops.TFRecordReaderV2(
container='', shared_name='', compression_type='',
name=None
)
... | tensorflow.raw_ops.tfrecordreaderv2 |
tf.raw_ops.ThreadPoolDataset Creates a dataset that uses a custom thread pool to compute input_dataset. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ThreadPoolDataset
tf.raw_ops.ThreadPoolDataset(
input_dataset, thread_pool, output_types, output_shapes, n... | tensorflow.raw_ops.threadpooldataset |
tf.raw_ops.ThreadPoolHandle Creates a dataset that uses a custom thread pool to compute input_dataset. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ThreadPoolHandle
tf.raw_ops.ThreadPoolHandle(
num_threads, display_name, max_intra_op_parallelism=1, contai... | tensorflow.raw_ops.threadpoolhandle |
tf.raw_ops.ThreadUnsafeUnigramCandidateSampler Generates labels for candidate sampling with a learned unigram distribution. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ThreadUnsafeUnigramCandidateSampler
tf.raw_ops.ThreadUnsafeUnigramCandidateSampler(
tr... | tensorflow.raw_ops.threadunsafeunigramcandidatesampler |
tf.raw_ops.Tile Constructs a tensor by tiling a given tensor. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Tile
tf.raw_ops.Tile(
input, multiples, name=None
)
This operation creates a new tensor by replicating input multiples times. The output tensor's i... | tensorflow.raw_ops.tile |
tf.raw_ops.TileGrad Returns the gradient of Tile. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TileGrad
tf.raw_ops.TileGrad(
input, multiples, name=None
)
Since Tile takes an input and repeats the input multiples times along each dimension, TileGrad take... | tensorflow.raw_ops.tilegrad |
tf.raw_ops.Timestamp Provides the time since epoch in seconds. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Timestamp
tf.raw_ops.Timestamp(
name=None
)
Returns the timestamp as a float64 for seconds since the Unix epoch.
Note: the timestamp is computed ... | tensorflow.raw_ops.timestamp |
tf.raw_ops.ToBool Converts a tensor to a scalar predicate. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.ToBool
tf.raw_ops.ToBool(
input, name=None
)
Converts a tensor to a scalar predicate with the following rules: For 0D tensors, truthiness is determin... | tensorflow.raw_ops.tobool |
tf.raw_ops.TopK Finds values and indices of the k largest elements for the last dimension. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TopK
tf.raw_ops.TopK(
input, k, sorted=True, name=None
)
If the input is a vector (rank-1), finds the k largest entrie... | tensorflow.raw_ops.topk |
tf.raw_ops.TopKV2 Finds values and indices of the k largest elements for the last dimension. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TopKV2
tf.raw_ops.TopKV2(
input, k, sorted=True, name=None
)
If the input is a vector (rank-1), finds the k largest ... | tensorflow.raw_ops.topkv2 |
tf.raw_ops.TPUCompilationResult Returns the result of a TPU compilation. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TPUCompilationResult
tf.raw_ops.TPUCompilationResult(
name=None
)
This operation returns the result of a TPU compilation as a serialized... | tensorflow.raw_ops.tpucompilationresult |
tf.raw_ops.TPUEmbeddingActivations An op enabling differentiation of TPU Embeddings. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TPUEmbeddingActivations
tf.raw_ops.TPUEmbeddingActivations(
embedding_variable, sliced_activations, table_id, lookup_id, name... | tensorflow.raw_ops.tpuembeddingactivations |
tf.raw_ops.TPUOrdinalSelector A TPU core selector Op. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TPUOrdinalSelector
tf.raw_ops.TPUOrdinalSelector(
name=None
)
This Op produces a set of TPU cores (for warm-up) or a single TPU core (for regular inference... | tensorflow.raw_ops.tpuordinalselector |
tf.raw_ops.TPUPartitionedCall Calls a function placed on a specified TPU device. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TPUPartitionedCall
tf.raw_ops.TPUPartitionedCall(
args, device_ordinal, Tout, f, autotuner_thresh=0, name=None
)
Args
arg... | tensorflow.raw_ops.tpupartitionedcall |
tf.raw_ops.TPUReplicatedInput Connects N inputs to an N-way replicated TPU computation. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TPUReplicatedInput
tf.raw_ops.TPUReplicatedInput(
inputs, is_mirrored_variable=False, index=-1, is_packed=False, name=None... | tensorflow.raw_ops.tpureplicatedinput |
tf.raw_ops.TPUReplicatedOutput Connects N outputs from an N-way replicated TPU computation. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TPUReplicatedOutput
tf.raw_ops.TPUReplicatedOutput(
input, num_replicas, name=None
)
This operation holds a replicate... | tensorflow.raw_ops.tpureplicatedoutput |
tf.raw_ops.TPUReplicateMetadata Metadata indicating how the TPU computation should be replicated. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TPUReplicateMetadata
tf.raw_ops.TPUReplicateMetadata(
num_replicas, num_cores_per_replica=1, topology='', use_tp... | tensorflow.raw_ops.tpureplicatemetadata |
tf.raw_ops.Transpose Shuffle dimensions of x according to a permutation. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.Transpose
tf.raw_ops.Transpose(
x, perm, name=None
)
The output y has the same rank as x. The shapes of x and y satisfy: y.shape[i] == x... | tensorflow.raw_ops.transpose |
tf.raw_ops.TridiagonalMatMul Calculate product with tridiagonal matrix. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TridiagonalMatMul
tf.raw_ops.TridiagonalMatMul(
superdiag, maindiag, subdiag, rhs, name=None
)
Calculates product of two matrices, where ... | tensorflow.raw_ops.tridiagonalmatmul |
tf.raw_ops.TridiagonalSolve Solves tridiagonal systems of equations. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TridiagonalSolve
tf.raw_ops.TridiagonalSolve(
diagonals, rhs, partial_pivoting=True, name=None
)
Solves tridiagonal systems of equations. Su... | tensorflow.raw_ops.tridiagonalsolve |
tf.raw_ops.TruncateDiv Returns x / y element-wise for integer types. View aliases Compat aliases for migration
See Migration guide for more details. tf.compat.v1.raw_ops.TruncateDiv
tf.raw_ops.TruncateDiv(
x, y, name=None
)
Truncation designates that negative numbers will round fractional quantities toward ze... | tensorflow.raw_ops.truncatediv |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.