Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EvaluateTfFunction (0.23 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_to_mhlo_int_test.cc

        return module_op;
      }
    
      // Evaluate return value of a function using TF kernel.
      // This assumes that the module op has only 1 function and it has TF ops only.
      absl::StatusOr<std::shared_ptr<xla::Literal>> EvaluateTfFunction(
          absl::string_view program,
          absl::Span<const xla::Literal* const> arguments) {
        TF_ASSIGN_OR_RETURN(auto module_op,
                            ReplaceFuncArgsByConstant(program, arguments));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 03 01:03:21 UTC 2024
    - 35.8K bytes
    - Viewed (0)
Back to top