Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

          return (*this)->getAttrOfType<SymbolRefAttr>("f");
        }
    
        /// Set the callee for this operation.
        void setCalleeFromCallable(CallInterfaceCallable callee) {
          (*this)->setAttr("f", callee.get<SymbolRefAttr>());
        }
      }];
    }
    
    def TF_RepeatDatasetOp : TF_Op<"RepeatDataset", [Pure]> {
      let summary = [{
    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

            which would previously raise an error. This will correspond to an
            attribute name with an embedded '.' symbol (e.g. 'a.b'), which can only
            be accessed indirectly (e.g. through getattr and setattr). To set this
            up the user will first need to explicitly add the variable to the hparam
            object (e.g. "hparams.add_hparam(name='a.b', value=0.0)").
        *   Benchmark for tf.scan in graph and eager modes.
    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