Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 218 for Indices (0.15 sec)

  1. tensorflow/compiler/jit/xla_launch_util.h

    // the value of the variable at the time of lowering/compilation)}.
    //
    // The obtained PjRtBuffers are populated to `args` vector.
    // `non_donatable_input_indices` will also be set, which contains the indices of
    // the input that should not be donated to output.
    //
    // There can be three types of input: 1. Tensor with PjRtTensorBuffer; 2.
    // Tensor with AsyncValueTensor; 3. Tensor with raw device mem pointer.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tensor_list_ops_decomposition.cc

        llvm::StringMap<PartitionedCallDecompositionInfo>*);
    
    // Adds the corresponding sizes of tensor list buffers in block's terminator
    // to the list of return values. Returns the mapping from the buffer
    // indices to the added size indices, which is a list of tuples
    // (buffer_return_index, size_return_index, fixed_size).
    template <class TerminatorOp>
    llvm::SmallVector<std::tuple<int64_t, int64_t, bool>, 8>
    AddTensorListSizesToTerminator(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 39.2K bytes
    - Viewed (0)
  3. pkg/apis/certificates/validation/validation.go

    		allErrors = append(allErrors, field.Invalid(path, "<value omitted>", "at least one trust anchor must be provided"))
    	}
    
    	for _, indices := range blockDedupe {
    		if len(indices) > 1 {
    			allErrors = append(allErrors, field.Invalid(path, "<value omitted>", fmt.Sprintf("duplicate trust anchor (indices %v)", indices)))
    		}
    	}
    
    	return allErrors
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/passes/duplicate_shape_determining_constants.cc

    }
    
    // Represents an op type and its operand indices that should be "compile time
    // constant" from the XLA compiler's point of view.
    template <typename OpT, int... OperandIdx>
    struct CompileTimeConstantOperand {
      static_assert(
          sizeof...(OperandIdx) > 0,
          "CompileTimeConstantOperand should have at least one operand index.");
    
      using OpType = OpT;
    
      // Returns the indices of operands that should be compile time constants.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 05:52:39 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/test_schema.fbs

      //     to segment the indices array, each segment corresponds to one element
      //     in the previous dimension. array_indices represents the index of the
      //     non-zero elements within this dimension (as those in the CSR matrix
      //     format, where the first array is row pointers and the second array is
      //     column indices).
      dense_size:int;
      array_segments:SparseIndexVector;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 19 19:46:06 UTC 2021
    - 26.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/experimental/remat/rematerializer.h

      // consume the tensor with index `itensor`. NoOp if that's already the case.
      // The arguments must be valid indices (i.e., obtained with
      // `AddOperation`/`AddTensor`).
      void AddUse(int ioperation, int itensor);
    
      // Undoes an AddUse(ioperation, itensor). NoOp if there was no prior `AddUse`.
      // The arguments must be valid indices (i.e., obtained with
      // `AddOperation`/`AddTensor`).
      void DelUse(int ioperation, int itensor);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 14 20:57:44 UTC 2023
    - 12K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf_patterns.td

    //===----------------------------------------------------------------------===//
    
    // Here, $params and $indices needs to be ranked so that $axis and $batch_dims
    // attributes can be converted from TensorFlow axis format supporting negative
    // indexing to the HLO format.
    def LegalizeGatherV2 :
      Pat<(TF_GatherV2Op AnyRankedTensor:$params, AnyRankedTensor:$indices,
            (ConstantLikeMatcher ElementsAttr:$axis), $batch_dims),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/schema/schema_v3b.fbs

      //     to segment the indices array, each segment corresponds to one element
      //     in the previous dimension. array_indices represents the index of the
      //     non-zero elements within this dimension (as those in the CSR matrix
      //     format, where the first array is row pointers and the second array is
      //     column indices).
      dense_size:int;
      array_segments:SparseIndexVector;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 14:28:27 UTC 2024
    - 30K bytes
    - Viewed (0)
  9. tensorflow/compiler/aot/tests/tfcompile_test.cc

      // Successful gather.
      {
        const float params[4] = {1, 2, 3, 4};
        std::copy(params + 0, params + 4, gather.arg0_data());
        const int32 indices[2] = {1, 3};
        std::copy(indices + 0, indices + 2, gather.arg1_data());
        EXPECT_TRUE(gather.Run());
        EXPECT_EQ(gather.error_msg(), "");
        const float results[2] = {2, 4};
        for (int i = 0; i < 2; ++i) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 26.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/passes/lift_quantizable_spots_as_functions.td

    defm : LiftCompositeOpsWithActivation<TF_Relu6Op, "relu6">;
    
    def LiftGather : Pat<
      (TF_GatherV2Op:$res $params, $indices, $axis, $batch_dims),
      (LiftAsTFPartitionedCall<"composite_gather_fn">
        (ArgumentList $params, $indices, $axis),
        (ResultList $res),
        (NamedAttributeList
          (NamedAttr<"batch_dims"> $batch_dims))),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Dec 10 05:52:02 UTC 2023
    - 15.6K bytes
    - Viewed (0)
Back to top