Home
last modified time | relevance | path

Searched refs:op_val (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dmlir_emitter.cc59 llvm::Value *op_val) { in BuildViewForBuffer() argument
60 llvm::Type *ty = op_val->getType(); in BuildViewForBuffer()
65 op_val = b->CreateBitCast(op_val, ty); in BuildViewForBuffer()
67 args->push_back(op_val); // Allocated pointer. in BuildViewForBuffer()
68 args->push_back(op_val); // Aligned pointer. in BuildViewForBuffer()
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dlinear_operator_test.py359 op_val = getattr(operator, method)()
362 self.evaluate(op_val),
383 op_val = operator.matmul(
388 self.evaluate(op_val), self.evaluate(matmul_val))
390 op_val = operator.solve(rhs, adjoint=adjoint)
393 self.evaluate(op_val), self.evaluate(solve_val))
407 op_val = math_ops.matmul(
412 self.evaluate(op_val), self.evaluate(matmul_val))
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog.c286 static char *toop(int op_val) in toop() argument
289 switch (op_val) { in toop()
307 static char *to_alpha_op(int op_val) in to_alpha_op() argument
310 switch (op_val) { in to_alpha_op()