| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/ |
| H A D | TrainingLogger.h | 12 // - 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 D | TFUtils.h | 33 /// - 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 D | google.yaml | 7 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 D | TensorSpec.h | 1 //===- 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 D | InteractiveModelRunner.h | 26 /// send observations; the host is expected to reply with a tensor value after
|
| H A D | MLModelRunner.h | 21 /// arguments, described via TensorSpecs, and returns a tensor. Currently, the
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TFLiteUtils.cpp | 94 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 D | TensorSpec.cpp | 1 //===- 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 D | ModelUnderTrainingRunner.cpp | 67 "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 D | google,lga-usb-phy.yaml | 8 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 D | google,lga-dwc3.yaml | 8 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 D | MLRegallocEvictAdvisor.cpp | |
| H A D | MLRegAllocEvictAdvisor.cpp | 154 // 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 D | IntrinsicsNVVM.td | 141 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 D | NVVMIntrinsicUtils.h | 28 // to Global Memory for the "cp.reduce.async.bulk.tensor.*"
|
| H A D | IntrinsicsAMDGPU.td | 3517 // Async waits decrement ASYNCcnt and tensor waits decrement TENSORcnt which is
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/ |
| H A D | LoweringHelpers.cpp | 56 /// \param currentDims the shpae of tensor we're going to convert to
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetMachine.cpp | 124 // Tensor Memory (addrspace:6) is always 32-bits. in computeDataLayout()
|
| H A D | NVPTXIntrinsics.td | 560 // 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 D | SIInstrFormats.td | 73 // wait count to manage tensor loads/stores.
|
| H A D | MIMGInstructions.td | 2024 // VIMAGE Tensor Instructions
|
| /freebsd/contrib/pam_modules/pam_passwdqc/ |
| H A D | wordset_4k.c | 3651 "tensor",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 718 // Async and Tensor store should have the temporal hint type of TH_TYPE_STORE in getTemporalHintType()
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.ok | 2034 Herbert Robinson Elementary Divisors of Tensor Products 36--39
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 956 if (Name.consume_front("cp.async.bulk.tensor.g2s.")) { in shouldUpgradeNVPTXTMAG2SIntrinsics()
|