Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DenseIntElementsAttr (0.18 sec)

  1. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

              return allow_tensorlist_pass_through_
                         ? rewriter.notifyMatchFailure(op, error_info)
                         : op.emitOpError(error_info);
            }
          }
        }
    
        DenseIntElementsAttr dense_elem_attr;
        if (matchPattern(element_shape, m_Constant(&dense_elem_attr))) {
          // Note: It's technically unsafe to rewrite
          //     TensorListReserve(num_element, element_shape)
          // to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
Back to top