Home
last modified time | relevance | path

Searched defs:diag_shape (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatrix_diag_ops.cc244 const TensorShape diag_shape = context->InputShape(0); in Compile() local
467 const TensorShape diag_shape = context->InputShape(1); in Compile() local
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_set_diag_op.cc89 const TensorShape& diag_shape = diag.shape(); in Compute() local
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dlinear_operator_low_rank_update_test.py65 def _gen_positive_diag(self, dtype, diag_shape): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Ddiag_op_test.py719 def _testGrad(self, input_shape, diag_shape, diags, align): argument
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc1423 ShapeHandle input_shape, diag_shape, diag_index_shape; in MatrixSetDiagV2Shape() local