Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for get_attr (0.09 sec)

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

            output_uniform_quantized_tensor_type};
        auto new_conv_op_with_output_type =
            rewriter.create<stablehlo::ConvolutionOp>(
                op.getLoc(), new_conv_output_types, op.getOperands(),
                op->getAttrs());
    
        rewriter.replaceAllUsesWith(op.getResult(),
                                    new_conv_op_with_output_type.getResult());
    
        auto new_output_dequant_op =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

      // type
      auto new_device_cluster = builder.create<mlir::tf_device::ClusterOp>(
          device_cluster.getLoc(), device_result_types,
          /*operands=*/llvm::ArrayRef<Value>{}, device_cluster->getAttrs());
    
      new_device_cluster.getBody().push_back(new Block);
      builder.setInsertionPointToEnd(&new_device_cluster.GetBody());
    
      // Create return op for device computation region in the paralle_execute op
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
Back to top