Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for VariableShape (0.2 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

    //===----------------------------------------------------------------------===//
    // ShapeOp
    //===----------------------------------------------------------------------===//
    
    namespace {
    // Validates Shape/ShapeN/VariableShape operand and associated result types.
    LogicalResult VerifyShapeOperandAndResult(Operation *op, Type operand_type,
                                              Type result_type,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  2. 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