HomeSort by relevance Sort by last modified time
    Searched refs:assignment (Results 101 - 125 of 540) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h 266 // This class encapsulates an assignment of the LogicalBuffers in an XLA
270 // Returns the vector containing all buffer allocations in this assignment.
349 // Returns the underlying points-to analysis used for this assignment.
354 // Returns the BufferLiveness object used to construct this assignment.
360 // Statistics for the assignment. Values initialized to -1 are not always
407 // Returns the HloModule used to construct this assignment.
421 // Computes stats for the assignment, to be retrieved by GetStats.
449 // A class which constructs a buffer assignment.
471 // Create a buffer assignment.
477 // Assigns buffers to the instructions in the given computation. "assignment"
    [all...]
hlo_sharding.cc 36 Array<int64> assignment(dimensions);
37 std::iota(assignment.begin(), assignment.end(), 0);
38 return HloSharding(tile_shape, assignment);
230 "core ", core, " > ", num_devices, " in tile assignment"));
233 StrCat("core ", core, " is not unique in tile assignment"));
274 // The tile assignment tensor must be exactly dimensioned to ceil(shape[dim]
281 StrCat("Tile assignment tensor has incorrect shape. Dimension ", i,
  /external/deqp/external/openglcts/modules/common/
glcShaderMultisampleInterpolationTests.cpp 67 std::string const& qualifier = "", std::string const& assignment = "",
76 args["ASSIGNMENT"] = assignment;
215 glu::GLSLVersion glslVersion, char const* qualifier, char const* assignment,
249 char const* assignment, char const* condition, bool unique, GLenum internalFormat,
255 , m_assignment(assignment)
373 " highp vec4 temp = ${ASSIGNMENT};\n"
606 char const* assignment; member in struct:deqp::Case
658 cases[caseId].assignment, cases[caseId].condition, cases[caseId].unique,
  /external/boringssl/src/util/
make_errors.go 173 type assignment struct { type
178 type assignmentsSlice []assignment
196 sorted = append(sorted, assignment{key, value})
201 for _, assignment := range sorted {
202 fmt.Fprintf(w, "#define %s %d\n", assignment.key, assignment.value)
  /external/mesa3d/src/compiler/glsl/
opt_function_inlining.cpp 118 ir_assignment *assignment; local
123 assignment = new(ctx) ir_assignment(new(ctx) ir_dereference_variable(index),
125 base_ir->insert_before(assignment);
161 * the location information, which an assignment of an opaque
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
parallel_cpu_executable.cc 59 std::unique_ptr<const BufferAssignment> assignment,
69 assignment_(std::move(assignment)),
110 int64* profile_counters_array, const BufferAssignment* assignment)
118 assignment_(assignment) {}
  /frameworks/compile/mclinker/include/mcld/MC/
CommandAction.h 158 const std::string& assignment() const { return m_Assignment; } function in class:mcld::DefSymAction
  /prebuilts/go/darwin-x86/src/cmd/vet/
assign.go 49 f.Badf(stmt.Pos(), "self-assignment of %s to %s", re, le)
httpresponse.go 36 return // the first statement is not assignment.
40 return // could not find the http.Response in the assignment.
  /prebuilts/go/darwin-x86/test/interface/
explicit.go 47 t = i // ERROR "incompatible|assignment$"
  /prebuilts/go/darwin-x86/test/
reorder.go 117 // Issue #13433: Left-to-right assignment of OAS2XXX nodes.
inline.go 65 // any re-assignment prevents closure inlining
81 // make sure assignment inside closure is detected
  /prebuilts/go/linux-x86/src/cmd/vet/
assign.go 49 f.Badf(stmt.Pos(), "self-assignment of %s to %s", re, le)
  /prebuilts/go/linux-x86/test/interface/
explicit.go 47 t = i // ERROR "incompatible|assignment$"
  /prebuilts/go/linux-x86/test/
reorder.go 117 // Issue #13433: Left-to-right assignment of OAS2XXX nodes.
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 110 {args} assignment = '=';
222 | {set} cs_open set command_delimiter variable assignment expression cs_close
253 | {with} cs_open with command_delimiter variable assignment expression cs_close
263 | {loop_to} cs_open loop command_delimiter variable assignment expression cs_close
273 | {loop} cs_open loop command_delimiter variable assignment
285 | {loop_inc} cs_open loop command_delimiter variable assignment
298 | {each} cs_open each command_delimiter variable assignment expression cs_close
  /external/elfutils/src/
ld.h 542 struct assignment struct
562 struct assignment *assignment; member in union:input_rule::__anon20214
591 struct assignment *assignment; member in union:output_rule::__anon20216
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 22 import org.eclipse.jdt.core.dom.Assignment;
135 * Examines if the StringLiteral is part of an assignment corresponding to the
168 * Examines if the StringLiteral is part of a assignment to a variable that
174 Assignment assignment = findParentClass(node, Assignment.class); local
175 if (assignment != null) {
176 Expression left = assignment.getLeftHandSide();
  /prebuilts/go/darwin-x86/src/go/types/
stmt.go 363 check.assignment(&x, tch.elem, "send")
398 check.invalidAST(s.Pos(), "missing lhs in assignment")
404 // regular assignment
409 // assignment operations
411 check.errorf(s.TokPos, "assignment operation %s requires single-valued expressions", s.Tok)
416 check.invalidAST(s.TokPos, "unknown assignment operation %s", s.Tok)
521 // By checking assignment of x to an invisible temporary
523 check.assignment(&x, nil, "switch expression")
704 check.error(clause.Comm.Pos(), "select case must be send or receive (possibly with assignment)")
792 // check assignment to/declaration of iteration variable
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
stmt.go 363 check.assignment(&x, tch.elem, "send")
398 check.invalidAST(s.Pos(), "missing lhs in assignment")
404 // regular assignment
409 // assignment operations
411 check.errorf(s.TokPos, "assignment operation %s requires single-valued expressions", s.Tok)
416 check.invalidAST(s.TokPos, "unknown assignment operation %s", s.Tok)
521 // By checking assignment of x to an invisible temporary
523 check.assignment(&x, nil, "switch expression")
704 check.error(clause.Comm.Pos(), "select case must be send or receive (possibly with assignment)")
792 // check assignment to/declaration of iteration variable
    [all...]
  /build/blueprint/parser/
sort.go 24 if assignment, ok := def.(*Assignment); ok {
25 sortListsInValue(assignment.Value, file)
  /external/autotest/scheduler/
rdb_integration_tests.py 263 assignment = {}
267 assignment[job.id] = host.hostname
268 self.assertEqual(assignment[job_1.id], 'lumpy1')
269 self.assertEqual(assignment[job_2.id], 'stumpy2')
  /external/llvm/test/MC/PowerPC/
ppc64-localentry.s 75 # Verify that symbol assignment copies the Other bits.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
addressed.go 190 // structure assignment.
197 // implementing structure assignment.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug284.go 189 var _ T = 17 // assignment compatible
190 _ = T(17) // internal compiler error even though assignment compatible

Completed in 1054 milliseconds

1 2 3 45 6 7 8 91011>>