Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DemangleDataType (0.58 sec)

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

          value->set_s(std::string(attr_value));
          return absl::OkStatus();
        }
        case mangling_util::MangledKind::kDataType: {
          DataType dtype;
          TF_RETURN_IF_ERROR(mangling_util::DemangleDataType(attr_value, &dtype));
          value->set_type(dtype);
          return absl::OkStatus();
        }
        case mangling_util::MangledKind::kTensorShape:
          TF_RETURN_IF_ERROR(
    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