Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 330 for constexpr (0.54 sec)

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

      EXPECT_TRUE(succeeded(parse_result));
    
      return cast<ModuleOp>(block.front());
    }
    
    TEST_F(TfSavedModelTest,
           GetInitializerFunctionReturnsNullWhenNoSessionInitializerOp) {
      constexpr StringRef kModuleOpStr =
          R"mlir(module attributes {tf_saved_model.semantics} {})mlir";
    
      Block block;
      ModuleOp module_op = ParseModuleOp(kModuleOpStr, block, ctx_);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 01 05:03:09 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/saved_model/core/tf_concrete_function_test_protos.cc

        dict_value: {
        }
      }
    }
    
    )";
    
    constexpr absl::string_view kZeroReturnOutputSignatureTextProto = R"(
    none_value: {}
    )";
    
    constexpr absl::string_view kSingleReturnOutputSignatureTextProto = R"(
    tensor_spec_value: {
      shape: {
        dim: {
            size: 1
        }
      }
      dtype: DT_FLOAT
    }
    )";
    
    constexpr absl::string_view kThreeReturnOutputSignatureTextProto = R"(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jul 08 07:00:37 UTC 2020
    - 4.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/python/quantize_model.h

    // for debugging.
    inline constexpr absl::string_view kTfQuantPtqPreCalibrationStepName =
        "tf_quant_ptq_pre_calibration";
    inline constexpr absl::string_view kTfQuantPtqPostCalibrationStepName =
        "tf_quant_ptq_post_calibration";
    inline constexpr absl::string_view kTfQuantQatStepName = "tf_quant_qat";
    inline constexpr absl::string_view kTfQuantPtqDynamicRangeStepName =
        "tf_quant_ptq_dynamic_range";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 15:31:08 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/internal/passes/input_lowering_metrics_pass_test.cc

    using ::mlir::mhlo::test::GetMlirModuleFromString;
    using ::tensorflow::monitoring::testing::CellReader;
    
    constexpr char kNotDynamicFunctionName[] = "kNotDynamicFunction";
    constexpr char kDynamicFunctionName[] = "kDynamicFunction";
    static constexpr char kDynamismOpCounterStreamzName[] =
        "/tensorflow/core/tf2xla/api/v2/dynamism_op_counter";
    static constexpr char kDynamismFunctionCounterStreamzName[] =
        "/tensorflow/core/tf2xla/api/v2/dynamism_function_counter";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 23 19:42:09 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/utils/attribute_utils.h

    // Device types.
    inline constexpr llvm::StringRef kTpuDevice = "TPU";
    // _xla_outside_compilation
    inline constexpr llvm::StringRef kXlaOutsideCompilationAttr =
        "_xla_outside_compilation";
    // device attr
    inline constexpr llvm::StringRef kDeviceAttr = "device";
    // Function attribute to signal that a function should be skipped from TPU
    // island outlining. The attribute is set in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/utils/xla_call_module_attrs.h

    // The main function's name in the serialized stablehlo module embedded in
    // XlaCallModule's `module` attribute.
    constexpr llvm::StringRef kStablehloMainFunctionName = "main";
    
    // After deserializing the stablehlo functions from XlaCallModule,
    // this XlaCallModule attribute refers to the deserialized stablehlo main
    // function.
    constexpr llvm::StringRef kStablehloEntryFunctionAttrName = "_entry_function";
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 19 22:08:10 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/aot/codegen_test_h.golden

      static constexpr size_t kResultIndex = 0;
    
      // Shapes of the input arguments.
      static constexpr int32_t kArg0Shapes[] = {
    1, 2
      };
      static constexpr int32_t kArg1Shapes[] = {
    3, 4
      };
      static constexpr int32_t kArg2Shapes[] = {
    1
      };
      static constexpr int32_t kArg3Shapes[] = {
    1
      };
      static constexpr int32_t kArg4Shapes[] = {
    5
      };
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/api/v2/legalize_tf_test.cc

    using tpu::FunctionToHloArgs;
    using tpu::MlirToHloArgs;
    using tpu::ShardingAndIndex;
    using tpu::TPUCompileMetadataProto;
    
    static constexpr char kCompilationTimeStreamzName[] =
        "/tensorflow/core/tf2xla/api/v2/phase2_compilation_time";
    static constexpr char kFullBridge[] = "full_bridge";
    static constexpr char kCompilationStatusStreamzName[] =
        "/tensorflow/core/tf2xla/api/v2/phase2_compilation_status";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 13 23:59:33 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/transforms/verify_tfxla_legalization_test.cc

    using ::tensorflow::monitoring::testing::CellReader;
    
    static constexpr char kFailedLegalizationStreamz[] =
        "/tensorflow/core/tf2xla/mlir_second_phase_failed_legalization_op_count";
    static constexpr char kNonStaticOpStreamz[] =
        "/tensorflow/core/tf2xla/mlir_second_phase_non_static_op_count";
    static constexpr char kNonStaticOpSkipStreamz[] =
        "/tensorflow/core/tf2xla/mlir_second_phase_non_static_op_skip_count";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_saved_model.h

    // the SessionInitializerOp.
    inline constexpr StringRef kTfSavedModelInitializerTypeAttr =
        "tf_saved_model.initializer_type";
    
    // Indicates that the initializer corresponds to the restore op.
    inline constexpr StringRef kTfSavedModelInitializerRestoreType = "restore_op";
    
    // Indicates that the initializer corresponds to the init op.
    inline constexpr StringRef kTfSavedModelInitializerInitType = "init_op";
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 18 03:21:34 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top