Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getI1Type (0.11 sec)

  1. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

            loc, tensorflow::GetTypeFromTFTensorShape({}, shape_dtype), size,
            input_size);
        auto if_cond = rewriter.create<TF::GreaterOp>(
            loc, tensorflow::GetTypeFromTFTensorShape({}, rewriter.getI1Type()),
            size_diff, scalar_zero);
    
        // Build the argument/result types for if branch function.
        auto input_shape = rewriter.create<TF::ShapeOp>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          cond = b.create<mhlo::DynamicBroadcastInDimOp>(
              tensorflow::GetTypeFromTFTensorShape(result_type.getShape(),
                                                   b.getI1Type()),
              cond, result_extents,
              GetI64ElementsAttrForSeq(0, cond_type.getRank(), &b));
        }
        Value select = b.create<mhlo::SelectOp>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top