Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for LogicalResult (0.35 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

                   << rank << "); actual value: " << axis;
          }
        }
      }
    
      return success();
    }
    LogicalResult CumprodOp::verify() { return Verify(*this); }
    LogicalResult CumsumOp::verify() { return Verify(*this); }
    LogicalResult CumulativeLogsumexpOp::verify() { return Verify(*this); }
    
    //===----------------------------------------------------------------------===//
    // ConcatOffsetOp
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      }
    
      return success();
    }
    
    LogicalResult UnsortedSegmentMaxOp::verify() {
      return VerifyUnsortedSegmentReduction(*this);
    }
    LogicalResult UnsortedSegmentMinOp::verify() {
      return VerifyUnsortedSegmentReduction(*this);
    }
    LogicalResult UnsortedSegmentProdOp::verify() {
      return VerifyUnsortedSegmentReduction(*this);
    }
    LogicalResult UnsortedSegmentSumOp::verify() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

    #include "mlir/Pass/Pass.h"  // from @llvm-project
    #include "mlir/Pass/PassRegistry.h"  // from @llvm-project
    #include "mlir/Support/LLVM.h"  // from @llvm-project
    #include "mlir/Support/LogicalResult.h"  // from @llvm-project
    #include "mlir/Transforms/GreedyPatternRewriteDriver.h"  // from @llvm-project
    #include "stablehlo/dialect/StablehloOps.h"  // from @stablehlo
    #include "tensorflow/compiler/mlir/lite/ir/tfl_ops.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

    // TfReduceOp and there is no corresponding TfBinaryOp.
    template <>
    LogicalResult rewriteNonMatchInitValue<TF::MaxOp, void>(
        mhlo::ReduceOp reduce_op, Value input, TF::ConstOp reduction_indices,
        ConversionPatternRewriter& rewriter) {
      return failure();
    }
    
    template <>
    LogicalResult rewriteNonMatchInitValue<TF::MinOp, void>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

                                                MLIRContext* context) {
      results.add<RemoveAdjacentReshape, ConvertShapeTo1D>(context);
    }
    
    using ReshapeErrorHandler =
        llvm::function_ref<LogicalResult(const llvm::Twine&)>;
    
    LogicalResult GetReshapeOutputType(Value input, Value shape,
                                       ReshapeErrorHandler error_handler,
                                       TensorType& output_ty) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/transforms/optimize.cc

    #include "mlir/IR/Value.h"  // from @llvm-project
    #include "mlir/Pass/Pass.h"  // from @llvm-project
    #include "mlir/Support/LLVM.h"  // from @llvm-project
    #include "mlir/Support/LogicalResult.h"  // from @llvm-project
    #include "mlir/Transforms/GreedyPatternRewriteDriver.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/lite/ir/tfl_ops.h"
    #include "tensorflow/compiler/mlir/lite/transforms/passes.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

    #include "mlir/Pass/PassRegistry.h"  // from @llvm-project
    #include "mlir/Support/DebugStringHelper.h"  // from @llvm-project
    #include "mlir/Support/LLVM.h"  // from @llvm-project
    #include "mlir/Support/LogicalResult.h"  // from @llvm-project
    #include "mlir/Support/TypeID.h"  // from @llvm-project
    #include "mlir/Transforms/FoldUtils.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_device.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

    #include "mlir/IR/Types.h"  // from @llvm-project
    #include "mlir/IR/Value.h"  // from @llvm-project
    #include "mlir/IR/Visitors.h"  // from @llvm-project
    #include "mlir/Support/LLVM.h"  // from @llvm-project
    #include "mlir/Support/LogicalResult.h"  // from @llvm-project
    #include "stablehlo/dialect/StablehloOps.h"  // from @stablehlo
    #include "stablehlo/dialect/VhloOps.h"  // from @stablehlo
    #include "tensorflow/compiler/mlir/lite/flatbuffer_operator.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top