tf.raw_ops.CSRSparseMatrixComponents
Stay organized with collections
Save and categorize content based on your preferences.
Reads out the CSR components at batch index
.
tf.raw_ops.CSRSparseMatrixComponents(
csr_sparse_matrix, index, type, name=None
)
This op is meant only for debugging / testing, and its interface is not expected
to be stable.
Args |
csr_sparse_matrix
|
A Tensor of type variant .
A batched CSRSparseMatrix.
|
index
|
A Tensor of type int32 .
The index in csr_sparse_matrix 's batch.
|
type
|
A tf.DType from: tf.float32, tf.float64, tf.complex64, tf.complex128 .
|
name
|
A name for the operation (optional).
|
Returns |
A tuple of Tensor objects (row_ptrs, col_inds, values).
|
row_ptrs
|
A Tensor of type int32 .
|
col_inds
|
A Tensor of type int32 .
|
values
|
A Tensor of type type .
|
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 2021-08-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-08-16 UTC."],[],[]]