Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcudart_stub.cc76 dim3 *bDim, dim3 *gDim, int *wSize) { in __cudaRegisterFunction() argument
80 dim3 *bDim, dim3 *gDim, int *wSize); in __cudaRegisterFunction()
84 bid, bDim, gDim, wSize); in __cudaRegisterFunction()
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp2280 int64_t aDim = aT.getDimSize(i), bDim = bT.getDimSize(i); in areCastCompatible() local
2281 if (aDim != -1 && bDim != -1 && aDim != bDim) in areCastCompatible()