Home
last modified time | relevance | path

Searched refs:read_variable (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dread_variable.cc31 namespace read_variable { namespace
76 static TfLiteRegistration r = {nullptr, nullptr, read_variable::Prepare, in Register_READ_VARIABLE()
77 read_variable::Eval}; in Register_READ_VARIABLE()
DBUILD558 "read_variable.cc",
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Doptimize_global_tensors.cc56 auto read_variable = cast<TF::ReadVariableOp>(op); in RewriteReadOnlyVariableOpToTensorOp() local
57 read_variable.value().replaceAllUsesWith(tensor_value); in RewriteReadOnlyVariableOpToTensorOp()
/external/python/cffi/cffi/
Dapi.py841 read_variable = backendlib.read_variable
844 lambda self: read_variable(BType, name),
Dbackend_ctypes.py1109 def read_variable(self, BType, name): member in CTypesLibrary
/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp1574 Temp read_variable(ra_ctx& ctx, Temp val, unsigned block_idx) in read_variable() function
1594 Temp tmp = read_variable(ctx, val, preds[0]); in handle_live_in()
1613 new_val = read_variable(ctx, val, preds[0]); in handle_live_in()
1621 ops[i] = read_variable(ctx, val, preds[i]); in handle_live_in()
2019 Temp phi_op = read_variable(ctx, phi->operands[idx].getTemp(), block.index); in register_allocation()
2043 operand.setTemp(read_variable(ctx, operand.getTemp(), block.index)); in register_allocation()
2419 … phi->operands[i].setTemp(read_variable(ctx, phi->operands[i].getTemp(), preds[i])); in register_allocation()
2434 operand.setTemp(read_variable(ctx, operand.getTemp(), preds[i])); in register_allocation()
/external/python/cffi/c/
Dtest_c.py1242 stderr = ll.read_variable(BVoidP, "stderr")
1246 py.test.raises(ValueError, ll.read_variable, BVoidP, "stderr")
1256 stderr = ll.read_variable(BArray, "stderr")
1267 stderr = ll.read_variable(BVoidP, "stderr")
1269 assert ll.read_variable(BVoidP, "stderr") is not None
1270 assert not ll.read_variable(BVoidP, "stderr")
1272 assert ll.read_variable(BVoidP, "stderr") == stderr
/external/mesa3d/src/compiler/nir/
Dnir_serialize.c337 read_variable(read_ctx *ctx) in read_variable() function
432 nir_variable *var = read_variable(ctx); in read_var_list()