Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for convolution_v1 (0.14 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

          LLVM_DEBUG(llvm::dbgs()
                     << "Failed to match input for quantized convolution_op.\n");
          return failure();
        }
    
        if (failed(MatchFilter(op.getOperand(1)))) {
          LLVM_DEBUG(llvm::dbgs()
                     << "Failed to match filter for quantized convolution_op.\n");
          return failure();
        }
    
        if (failed(MatchOutput(op.getResult()))) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

                tflite::BuiltinOptions2_StablehloSliceOptions,
                slice_option.Union());
          }
          if (auto vhlo_op = llvm::dyn_cast<mlir::vhlo::ConvolutionOpV1>(inst)) {
            std::string op_name = inst->getName().getStringRef().str();
            uint32_t opcode_index = GetOpcodeIndex(
                op_name, tflite::BuiltinOperator_STABLEHLO_CONVOLUTION);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (2)
Back to top