Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tftensor (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Returns the input tensor otherwise.
      }];
    
      let arguments = (ins
        Arg<TF_Tensor, [{A tensor, whose shape is to be validated.}]>:$input,
    
        TF_ShapeAttr:$shape
      );
    
      let results = (outs
        Res<TF_Tensor, [{A tensor with the same shape and contents as the input tensor or value.}]>:$output
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

    *   API changes under `tf.experimental.dtensor`:
        *   New API for initialization of CPU/GPU/TPU in dtensor.
            `dtensor.initialize_accelerator_system` and
            `dtensor.shutdown_accelerator_system`.
        *   The following existing API will be removed:
            `dtensor.initialize_multi_client`, `dtensor.initialize_tpu_system`, and
            `dtensor.shutdown_tpu_system`.
    
    ## Deprecations
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top