Home
last modified time | relevance | path

Searched full:tensor (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTrainingLogger.h12 // - 0-decoding tensor values. Tensor values are potentially very large buffers
22 // - tensor values - raw bytes of the tensors, in the order given in the header.
24 // tensor values. At the end, there is a new line character.
30 // ease of debugging: the log can be opened in a text editor and, while tensor
32 // Of course, the buffer of tensor values could contain '\n' bytes. A reader
34 // tensor values, and not use line information for that.
40 // {"features":[list of TensorSpecs], "score":<a tensor spec>}
45 // <bytes for the tensor corresponding to the "score" spec in the header>
H A DTFUtils.h33 /// - set input values by using getInput to get each input tensor, and then
57 /// Get a (const) pointer to the first element of the tensor at Index.
66 /// Get a (const) pointer to the untyped data of the tensor.
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dgoogle.yaml7 title: Google Tensor platforms
13 ARM platforms using SoCs designed by Google branded "Tensor" used in Pixel
20 - Marketing name ("Tensor")
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h1 //===- TensorSpec.h - type descriptor for a tensor --------------*- C++ -*-===//
28 /// TensorSpec encapsulates the specification of a tensor: its dimensions, or
37 /// Known tensor types. The left part is the C type, the
84 /// Get the number of elements in a tensor with this shape.
88 /// Get the total size of a memory buffer needed to store the whole tensor.
H A DInteractiveModelRunner.h26 /// send observations; the host is expected to reply with a tensor value after
H A DMLModelRunner.h21 /// arguments, described via TensorSpecs, and returns a tensor. Currently, the
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.cpp94 bool checkReportAndInvalidate(const TfLiteTensor *Tensor,
135 Interpreter->tensor(I)->allocation_type = in TFModelEvaluatorImpl()
159 Input[I] = Interpreter->tensor(MapI->second); in TFModelEvaluatorImpl()
196 bool TFModelEvaluatorImpl::checkReportAndInvalidate(const TfLiteTensor *Tensor, in checkReportAndInvalidate() argument
198 if (!Tensor) { in checkReportAndInvalidate()
202 if (Spec.getTotalTensorBufferSize() != Tensor->bytes) in checkReportAndInvalidate()
H A DTensorSpec.cpp1 //===- TensorSpec.cpp - tensor type abstraction ---------------------------===//
9 // Implementation file for the abstraction of a tensor type, and JSON loading
120 llvm_unreachable("invalid tensor type"); in tensorValueToString()
H A DModelUnderTrainingRunner.cpp67 "Found unsupported type for tensor named " + in loadOutputSpecs()
79 "which is a string to use as name when logging this tensor in the " in loadOutputSpecs()
84 Ctx.emitError("The first output spec must describe the decision tensor, " in loadOutputSpecs()
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dgoogle,lga-usb-phy.yaml8 title: Google Tensor Series G5 (Laguna) USB PHY
15 Google Tensor SoCs, starting with the G5 generation (laguna).
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dgoogle,lga-dwc3.yaml8 title: Google Tensor Series G5 (Laguna) DWC3 USB SoC Controller
14 Describes the DWC3 USB controller block implemented on Google Tensor SoCs,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp154 // candidate. Each such tensor has a scalar value corresponding to the
160 // tensor, as observed in the current decision making stage (i.e. for the
230 // name of the output tensor. The contract with the model is that the output
471 // Features we bind on the model. The tensor names have a prefix, and we also
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td141 def llvm_tmem_ptr_ty : LLVMQualPointerType<6>; // (tensor memory)ptr
2016 // TMA Tensor Copy Intrinsics: S2G -> From Shared to Global memory variants
2024 tensor_dim_args, // actual tensor dims
2037 tensor_dim_args, // actual tensor dims
2045 // TMA Tensor Copy Intrinsics: G2S -> From Global to Shared memory variants
2058 tensor_dim_args, // actual tensor dims
2078 tensor_dim_args, // actual tensor dims
2117 // Intrinsics for Bulk Copy using TMA (non-tensor)
H A DNVVMIntrinsicUtils.h28 // to Global Memory for the "cp.reduce.async.bulk.tensor.*"
H A DIntrinsicsAMDGPU.td3517 // Async waits decrement ASYNCcnt and tensor waits decrement TENSORcnt which is
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/
H A DLoweringHelpers.cpp56 /// \param currentDims the shpae of tensor we're going to convert to
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp124 // Tensor Memory (addrspace:6) is always 32-bits. in computeDataLayout()
H A DNVPTXIntrinsics.td560 // TMA Async Bulk Tensor Copy Functions
589 string prefix = "cp.async.bulk.tensor";
673 defvar prefix = "cp.async.bulk.tensor"
711 defvar prefix = "cp.reduce.async.bulk.tensor" # "." # dim # "d" # ".global.shared::cta";
749 defvar inst_name = "cp.async.bulk.prefetch.tensor"
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td73 // wait count to manage tensor loads/stores.
H A DMIMGInstructions.td2024 // VIMAGE Tensor Instructions
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dwordset_4k.c3651 "tensor",
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp718 // Async and Tensor store should have the temporal hint type of TH_TYPE_STORE in getTemporalHintType()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok2034 Herbert Robinson Elementary Divisors of Tensor Products 36--39
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp956 if (Name.consume_front("cp.async.bulk.tensor.g2s.")) { in shouldUpgradeNVPTXTMAG2SIntrinsics()

12