Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsInferenceGraph (0.2 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/mlir_bridge_pass_util_test.cc

                                {DT_FLOAT}, f_name_attr);
    
      TF_ASSERT_OK(root.ToGraph(&graph));
      EXPECT_TRUE(IsInferenceGraph(graph, /*function_library=*/nullptr));
    }
    
    TEST(IsInferenceGraph, GraphDoesNotContrainTPUPartitionedCall) {
      FunctionDef fd = FunctionDefHelper::Define(
          // Name
          "XTimesTwoFloat",
          // Args
          {"x: float"},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 19:51:50 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top