Home
last modified time | relevance | path

Searched refs:lu_shape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dlu_decomposition.cc43 Shape lu_shape = ShapeUtil::MakeTupleShape( in LuDecomposition() local
50 return CustomCall(a.builder(), "LuDecomposition", {a}, lu_shape); in LuDecomposition()
/external/tensorflow/tensorflow/python/kernel_tests/
Dlu_op_test.py72 lu_shape = np.array(lu.shape.as_list())
73 batch_shape = lu_shape[:-2]
74 num_rows = lu_shape[-2]
75 num_cols = lu_shape[-1]
121 lu_shape)
/external/tensorflow/tensorflow/core/ops/
Dlinalg_ops.cc196 ShapeHandle lu_shape; in LuShapeFn() local
199 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Matrix(n, n), &lu_shape)); in LuShapeFn()
202 c->set_output(0, lu_shape); in LuShapeFn()