Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Kramm (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_data_optimization.td

      (TF_MapAndBatchDatasetOp $input_dataset, $other_arguments, $batch_size,
         (TF_ConstOp (GetI64ScalarElementsAttr<1>)), $drop_remainder, $f,
            $batch_output_types, $batch_output_shapes, $preserve_cardinality,
            // TODO(kramm): Should we merge batch_dataset_metadata and
            //              map_dataset_metadata?
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        // Which dimensions (in the input) the two offset "columns" map to.
        SmallVector<int64_t, 2> start_index_map({num_dims - 2, num_dims - 1});
    
        // Gather the diagonal entries.
        // TODO(kramm): For a single diagonal, this might be slower than the
        //              mask + sum approach. Special-case num_diags==1?
        auto dims_attr = GatherDimensionNumbersAttr::get(
            rewriter.getContext(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top