Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SquareFunc (0.62 sec)

  1. tensorflow/cc/experimental/libtf/tests/function_test.cc

        ctx_.reset(ctx_raw);
      }
    };
    
    // TODO(b/191361582): Use Abstract* APIs for building functions so that we can
    // test with MLIR.
    FunctionDef SquareFunc() {
      return FunctionDefHelper::Define(
          // Function Name
          "SquareFunc",
          // Args
          {"x: float"},
          // Returns
          {"y: float"},
          // Attr def
          {},
          // Nodes
          {{/*ret=*/{"y"},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 19 21:44:52 UTC 2023
    - 11.1K bytes
    - Viewed (0)
Back to top