Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BitVector (0.27 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

    #include <optional>
    #include <string>
    #include <tuple>
    #include <type_traits>
    #include <vector>
    
    #include "llvm/ADT/APFloat.h"
    #include "llvm/ADT/APInt.h"
    #include "llvm/ADT/ArrayRef.h"
    #include "llvm/ADT/BitVector.h"
    #include "llvm/ADT/DenseMap.h"
    #include "llvm/ADT/STLExtras.h"
    #include "llvm/ADT/STLFunctionalExtras.h"
    #include "llvm/ADT/Sequence.h"
    #include "llvm/ADT/SmallVector.h"
    #include "llvm/ADT/StringRef.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

      if (!func) {
        return emitError("'f' attribute refers to an undefined function: ")
               << func_attr.getValue();
      }
    
      return success();
    }
    
    void BatchFunctionOp::eraseArguments(const BitVector& erase_indices) {
      const StringRef operand_segment_size_attr = getOperandSegmentSizeAttr();
      auto operandSegmentSizes = getOperation()->getAttrOfType<DenseI32ArrayAttr>(
          operand_segment_size_attr);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
Back to top