Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

    std::unique_ptr<flexbuffers::Builder>
    Translator::CreateFlexBuilderWithNodeAttrs(
        const ::tensorflow::NodeDef& node_def, const mlir::Location& loc) {
      auto flex_builder = std::make_unique<flexbuffers::Builder>();
      size_t map_start = flex_builder->StartMap();
      using Item = std::pair<std::string, ::tensorflow::AttrValue>;
      std::vector<Item> attrs(node_def.attr().begin(), node_def.attr().end());
      std::sort(attrs.begin(), attrs.end(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        for (uint64_t i = 0; i < block_rank; ++i) {
          const int64_t pad_start =
              paddings_attr.getValues<APInt>()[{i, 0}].getSExtValue();
          const int64_t pad_end =
              paddings_attr.getValues<APInt>()[{i, 1}].getSExtValue();
          if (pad_start < 0 || pad_end < 0) {
            return op.emitOpError()
                   << "requires all values of paddings to be >= 0; "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
Back to top