Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for narrower (0.17 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

                absl::StrJoin(names, ", "),
                " with multiple concrete functions. Add "
                "@tf.function(input_signature=[...]) on this function, or use a "
                "narrower list of exported names that excludes this function.");
          }
        }
      }
      return absl::OkStatus();
    }
    
    // Recursively traverses a StructuredValue, linearizing all the leaves.
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

                .succeeded()) {
          CreateResizeBilinearOp(conv_op, output_sizes, align_corners, rewriter);
          return success();
        }
    
        // These checks narrow down the support to depthwise transpose conv2d.
        mhlo::ConvDimensionNumbersAttr dnums = conv_op.getDimensionNumbers();
        const int input_feature_dimension = dnums.getInputFeatureDimension();
        const int input_channels =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
Back to top