Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for VariableShape (0.11 sec)

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

      let results = (outs
        TF_Tensor:$ref
      );
    
      TF_DerivedResultTypeAttr dtype = TF_DerivedResultTypeAttr<0>;
    
      let hasCanonicalizer = 1;
    }
    
    def TF_VariableShapeOp : TF_Op<"VariableShape", []> {
      let summary = "Returns the shape of the variable pointed to by `resource`.";
    
      let description = [{
    This operation returns a 1-D integer tensor representing the shape of `input`.
    
    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