Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/mlir-cpu-runner/
Dunranked_memref.mlir119 %dim_1 = dim %unranked, %c1 : memref<*xf32>
120 call @printU64(%dim_1) : (index) -> ()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp596 uint32_t dim_1; member
602 dim_1 = 0; in Dimension()
1947 dims.dim_1 = static_cast<uint32_t>(results[0]); in JITTypePacked()
1958 __FUNCTION__, dims.dim_1, dims.dim_2, dims.dim_3, element_ptr); in JITTypePacked()
2118 uint32_t dim_x = alloc->dimension.get()->dim_1; in JITAllocationSize()
2685 head.dims[0] = static_cast<uint32_t>(alloc->dimension.get()->dim_1); in SaveAllocation()
3255 uint32_t dim_x = alloc->dimension.get()->dim_1; in DumpAllocation()
3401 alloc->dimension.get()->dim_1, alloc->dimension.get()->dim_2, in ListAllocations()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc793 int dim_1 = GetDimensionSizeFromEnd(input, 0); in Get2DTensorType() local
795 return RankedTensorType::get({dim_0, dim_1}, element_type); in Get2DTensorType()