Home
last modified time | relevance | path

Searched refs:size_0 (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/tests/
Dops.mlir9 %size_0 : index , %size_2 : index) {
11 %buf_1 = tf_framework.alloc(%ctx, %size_0, %size_2) : memref<?x10x?xi8>
17 %size_0 : index , %size_2 : index) {
18 %buf = tf_framework.alloc(%ctx, %size_0, %size_2) {
Dembed_tf_framework.mlir9 func @tf_entry(%size_0 : index , %size_2 : index) -> index
11 %buf = alloc(%size_0, %size_2)[] : memref<?x10x?xf32>
13 std.return %size_0 : index
24 func @non_tf_entry(%size_0 : index , %size_2 : index) -> index {
25 std.return %size_0 : index
Dtf_framework_legalize_to_llvm.mlir11 %size_0 : index , %size_2 : index) -> memref<?x10x?xf32> {
12 %buf = tf_framework.alloc(%ctx, %size_0, %size_2) : memref<?x10x?xf32>
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dreduce.cc434 const double size_0 = in BindArguments() local
436 const double size_1 = reduction_size / size_0; in BindArguments()
438 RETURN_IF_ERROR(args->SetFloat("inv_multiplier_2", 1.0 / size_0)); in BindArguments()
/external/llvm-project/mlir/test/Conversion/StandardToLLVM/
Dconvert-dynamic-memref-ops.mlir431 %size_0 : index,
437 offset: [%offset], sizes: [%size_0, %size_1],