Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for RangeOp (0.35 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/duplicate_shape_determining_constants.cc

          CompileTimeConstantOperand<TF::RandomUniformIntOp, 0>,      // $shape
          CompileTimeConstantOperand<TF::RandomUniformOp, 0>,         // $shape
          // $start, $limit, $delta
          CompileTimeConstantOperand<TF::RangeOp, 0, 1, 2>,
          CompileTimeConstantOperand<TF::ReshapeOp, 1>,                // $shape
          CompileTimeConstantOperand<TF::ResizeBilinearOp, 1>,         // $size
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 05:52:39 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalization_op_config.cc

        TypeID::get<TF::PartitionedCallOp>(),
        TypeID::get<TF::ProdOp>(),
        TypeID::get<TF::QrOp>(),
        TypeID::get<TF::RandomStandardNormalOp>(),
        TypeID::get<TF::RandomUniformOp>(),
        TypeID::get<TF::RangeOp>(),
        TypeID::get<TF::ReshapeOp>(),
        TypeID::get<TF::ReverseV2Op>(),
        TypeID::get<TF::RFFTOp>(),
        TypeID::get<TF::RsqrtGradOp>(),
        TypeID::get<TF::ScatterNdOp>(),
        TypeID::get<TF::ShapeOp>(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/passes/mark_ops_for_outside_compilation.cc

          OperationName(mlir::TF::ListDiffOp::getOperationName(), context),
          OperationName(mlir::TF::RankOp::getOperationName(), context),
          OperationName(mlir::TF::RangeOp::getOperationName(), context),
          OperationName(mlir::TF::ShapeOp::getOperationName(), context),
          OperationName(mlir::TF::ShapeNOp::getOperationName(), context),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  4. src/internal/trace/summary.go

    	syscallingP map[ProcID]GoID
    	syscallingG map[GoID]ProcID
    
    	// rangesP is used for optimistic tracking of P-based ranges for goroutines.
    	//
    	// It's a best-effort mapping of an active range on a P to the goroutine we think
    	// is associated with it.
    	rangesP map[rangeP]GoID
    
    	lastTs Time // timestamp of the last event processed.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top