Home
last modified time | relevance | path

Searched refs:output_batch_shape (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatrix_triangular_solve_op.cc89 TensorShape lhs_broadcast_shape(broadcast_helper.output_batch_shape()); in Broadcast()
98 TensorShape rhs_broadcast_shape(broadcast_helper.output_batch_shape()); in Broadcast()
/external/tensorflow/tensorflow/core/ops/
Dlinalg_ops.cc74 ShapeHandle output_batch_shape; in BandedTriangularSolveShapeFn() local
79 c, lhs_batch_shape, rhs_batch_shape, true, &output_batch_shape)); in BandedTriangularSolveShapeFn()
87 c->Concatenate(output_batch_shape, c->Matrix(m, c->Dim(rhs, -1)), &out)); in BandedTriangularSolveShapeFn()
140 ShapeHandle output_batch_shape; in MatrixTriangularSolveShapeFn() local
145 c, lhs_batch_shape, rhs_batch_shape, true, &output_batch_shape)); in MatrixTriangularSolveShapeFn()
153 c->Concatenate(output_batch_shape, c->Matrix(m, c->Dim(rhs, -1)), &out)); in MatrixTriangularSolveShapeFn()
/external/tensorflow/tensorflow/core/util/
Dmatmul_bcast.h72 const TensorShape& output_batch_shape() const { return output_batch_shape_; } in output_batch_shape() function
Dmatmul_bcast_test.cc31 &ret, "[", absl::StrJoin(b.output_batch_shape().dim_sizes(), ","), "]"); in MatMulBCastToStr()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_batch_matmul_op.cc104 TensorShape out_shape = bcast.output_batch_shape(); in Compute()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dunroll_batch_matmul.cc297 const auto& result_batch_shape = bcast.output_batch_shape().dim_sizes(); in matchAndRewrite()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dunroll_batch_matmul.cc244 const auto& result_batch_shape = bcast.output_batch_shape().dim_sizes(); in Run()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dbanded_triangular_solve_op.cc228 TensorShape out_shape = bcast.output_batch_shape(); in Compute()
Dmatrix_triangular_solve_op_impl.h173 TensorShape out_shape = bcast.output_batch_shape();
Deinsum_op_impl.h564 TensorShape output_shape = bcast.output_batch_shape(); in ContractOperands()
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc331 ShapeHandle output_batch_shape; in BatchMatMulV2Shape() local
336 c, a_batch_shape, b_batch_shape, true, &output_batch_shape)); in BatchMatMulV2Shape()
340 output_batch_shape, c->Matrix(output_rows, output_cols), &output_shape)); in BatchMatMulV2Shape()
/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op_impl.h682 TensorShape out_shape = bcast.output_batch_shape();