Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/
Dsignature_test.go180 aShape, err := a.Shape.ToSlice()
188 shapeLen := len(aShape)
193 if i >= len(aShape) {
198 diff += fmt.Sprintf("-Shape[%d]: %d\n", i, aShape[i])
201 if aShape[i] != bShape[i] {
202 diff += fmt.Sprintf("Shape[%d]: %d -> %d\n", i, aShape[i], bShape[i])
/external/skqp/tests/
DPathOpsSimplifyRectThreadedTest.cpp24 int aShape = state.fA & 0x03; in testSimplify4x4RectsMain() local
45 if (aShape) { in testSimplify4x4RectsMain()
46 switch (aShape) { in testSimplify4x4RectsMain()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp2191 ArrayRef<int64_t> aShape = aT.getShape(), bShape = bT.getShape(); in getCastCompatibleMemRefType() local
2197 (aShape[idx] == bShape[idx]) ? aShape[idx] : MemRefType::kDynamicSize; in getCastCompatibleMemRefType()