Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for va_start (0.32 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_generated_ops.td

        Arg<TF_I32OrI64Tensor, [{2-D with shape `[M, 2]`, all values must be >= 0.
      `paddings[i] = [pad_start, pad_end]` specifies the padding for input dimension
      `i + 1`, which corresponds to spatial dimension `i`.  It is required that
      `block_shape[i]` divides `input_shape[i + 1] + pad_start + pad_end`.}]>:$paddings
      );
    
      let results = (outs
        TF_Tensor:$output
      );
    
    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