Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tf_export (0.24 sec)

  1. RELEASE.md

        indicating its preferred use in language bindings for TensorFlow. What was
        previously `TF_Session` has been renamed to `TF_DeprecatedSession`.
    *   Renamed `TF_Port` to `TF_Output` in the C API.
    *   Removes RegisterShape from public API. Use C++ shape function registration
        instead. indexing now starts from 1 instead of 0, and `bus_id==0` is used
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    containing metadata about the TPUEmbedding partitioner output and
    the HBM size (in bytes) required for operation.}]>:$common_config
      );
    }
    
    def TF_ExpOp : TF_Op<"Exp", [Pure, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = [{
    Computes exponential of x element-wise.  \\(y = e^x\\).
      }];
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top