Home
last modified time | relevance | path

Searched refs:VariableInfo (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.h45 class VariableInfo {
47 explicit VariableInfo(int index, absl::string_view name, Var* var);
48 VariableInfo(VariableInfo&& other);
50 VariableInfo& operator=(VariableInfo&& other);
52 VariableInfo(const VariableInfo&) = delete;
53 VariableInfo& operator=(const VariableInfo&) = delete;
71 ~VariableInfo();
85 xla::StatusOr<std::vector<VariableInfo>> GatherVariableInfo(
101 absl::Span<VariableInfo const> variable_infos,
109 Status LockVariables(absl::Span<VariableInfo> variables)
[all …]
Dxla_launch_util.cc49 VariableInfo::VariableInfo(int index, absl::string_view name, Var* var) in VariableInfo() function in tensorflow::VariableInfo
51 VariableInfo::VariableInfo(VariableInfo&& other) in VariableInfo() function in tensorflow::VariableInfo
57 VariableInfo& VariableInfo::operator=(VariableInfo&& other) { in operator =()
68 VariableInfo::~VariableInfo() { in ~VariableInfo()
85 std::vector<VariableInfo>* result) { in GetVariableInfosFromInputs()
132 Status LockVariables(absl::Span<VariableInfo> variables) { in LockVariables()
179 absl::Span<VariableInfo const> variable_infos, in SnapshotResourceVariables()
398 xla::StatusOr<std::vector<VariableInfo>> GatherVariableInfo( in GatherVariableInfo()
402 std::vector<VariableInfo> out; in GatherVariableInfo()
424 absl::Span<VariableInfo> variable_infos, in PopulateOutputs()
[all …]
Dxla_compile_on_demand_op.cc91 xla::StatusOr<std::vector<VariableInfo>> variable_infos = in Run()
146 std::vector<VariableInfo> variable_infos; in Compile()
Dget_compiler_ir.cc88 std::vector<VariableInfo> variable_infos; in GetCompilerIr()
/external/llvm-project/clang/include/clang/APINotes/
DTypes.h300 class VariableInfo : public CommonEntityInfo {
312 VariableInfo() : CommonEntityInfo(), NullabilityAudited(false), Nullable(0) {} in VariableInfo() function
328 friend bool operator==(const VariableInfo &, const VariableInfo &);
330 VariableInfo &operator|=(const VariableInfo &RHS) {
344 inline bool operator==(const VariableInfo &LHS, const VariableInfo &RHS) {
350 inline bool operator!=(const VariableInfo &LHS, const VariableInfo &RHS) {
355 class ObjCPropertyInfo : public VariableInfo {
361 : VariableInfo(), SwiftImportAsAccessorsSpecified(false), in ObjCPropertyInfo()
389 static_cast<VariableInfo &>(*this) |= RHS;
402 return static_cast<const VariableInfo &>(LHS) == RHS &&
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DJDWPMethodVariableTableTestCase.java346 VariableInfo variableInfo = checker.getVariableInfo(name); in checkMethodVariableTable()
395 private final List<VariableInfo> variableInfos =
396 new ArrayList<JDWPMethodVariableTableTestCase.VariableInfo>();
402 private void addVariableInfo(VariableInfo variableInfo) { in addVariableInfo()
407 addVariableInfo(new VariableInfo(true, name, signature, slot)); in addParameter()
411 addVariableInfo(new VariableInfo(false, name, signature, -1)); in addLocal()
416 for (VariableInfo variableInfo : variableInfos) { in getArgCount()
430 public VariableInfo getVariableInfo(String variableName) { in getVariableInfo()
431 for (VariableInfo v : variableInfos) { in getVariableInfo()
440 private static class VariableInfo { class in JDWPMethodVariableTableTestCase
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameAccessTest.java42 static class VariableInfo { class in JDWPStackFrameAccessTest
63 VariableInfo(String variableName, Value initialValue, Value setValue, Value newValue) { in VariableInfo() method in JDWPStackFrameAccessTest.VariableInfo
89 private final List<VariableInfo> variables = new ArrayList<VariableInfo>();
99 public List<? extends VariableInfo> getVariables() { in getVariables()
105 variables.add(new VariableInfo(variableName, initialValue, setValue, newValue)); in addVariable()
117 variables.add(new VariableInfo(variableName, initialValue, setValue, newValue)); in addVariable()
248 List<? extends VariableInfo> testedVariables = methodInfo.getVariables(); in checkStackFrame()
251 for (VariableInfo variableInfo : testedVariables) { in checkStackFrame()
/external/llvm-project/clang/lib/APINotes/
DAPINotesTypes.cpp48 void VariableInfo::dump(llvm::raw_ostream &OS) const { in dump()
58 static_cast<const VariableInfo &>(*this).dump(OS); in dump()
65 static_cast<const VariableInfo &>(*this).dump(OS); in dump()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.h103 struct VariableInfo { struct
143 VariableInfo GetVariableNameInfo(llvm::codeview::CVSymbol symbol);
144 VariableInfo GetVariableLocationInfo(PdbIndex &index, PdbCompilandSymId var_id, Block& block,
DPdbUtil.cpp456 VariableInfo lldb_private::npdb::GetVariableNameInfo(CVSymbol sym) { in GetVariableNameInfo()
457 VariableInfo result; in GetVariableNameInfo()
580 VariableInfo lldb_private::npdb::GetVariableLocationInfo( in GetVariableLocationInfo()
586 VariableInfo result = GetVariableNameInfo(sym); in GetVariableLocationInfo()
DPdbAstBuilder.h41 struct VariableInfo;
DPdbAstBuilder.cpp833 VariableInfo var_info = GetVariableNameInfo(sym); in CreateVariableDecl()
DSymbolFileNativePDB.cpp1315 VariableInfo var_info = in CreateLocalVariable()
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc168 absl::Span<VariableInfo const> variable_infos, in CompileToLocalExecutable()
228 std::vector<VariableInfo> variable_infos; in Compute()
389 std::vector<VariableInfo> variable_infos; in Compute()
535 xla::StatusOr<std::vector<VariableInfo>> variable_infos = GatherVariableInfo( in Compute()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_execute_op.cc188 std::vector<VariableInfo> variables;
246 std::vector<VariableInfo> variables; in BuildComputationInputs()
259 variables.push_back(VariableInfo(i, handle.name(), variable)); in BuildComputationInputs()
555 VariableInfo& var = input_buffers->variables[variable_index]; in AllocateOutputTensors()