Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mutable_tensor (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/export_utils.cc

      value->set_f(attr.getValueAsDouble());
      return absl::OkStatus();
    }
    
    Status ConvertAttribute(const mlir::ElementsAttr& attr, AttrValue* value) {
      return ConvertToTensorProto(attr, value->mutable_tensor());
    }
    
    Status ConvertAttribute(const mlir::TF::PlaceholderAttr& attr,
                            AttrValue* value) {
      value->set_placeholder(attr.getValue().str());
      return absl::OkStatus();
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 19.7K bytes
    - Viewed (0)
Back to top