Home
last modified time | relevance | path

Searched refs:a_batch_dims (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Dmath_ops.cc142 ShapeHandle a_batch_dims; in __anonb22bfa860202() local
145 TF_RETURN_IF_ERROR(c->Subshape(a_shape, 0, -2, &a_batch_dims)); in __anonb22bfa860202()
147 TF_RETURN_IF_ERROR(c->Merge(a_batch_dims, b_batch_dims, &batch_dims)); in __anonb22bfa860202()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc1935 absl::Span<const int64> a_batch_dims(a.dimensions()); in InferTriangularSolveShape() local
1937 a_batch_dims.remove_suffix(2); in InferTriangularSolveShape()
1939 if (a_batch_dims != b_batch_dims) { in InferTriangularSolveShape()