Home
last modified time | relevance | path

Searched refs:ReadVariableOp (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/
Dloops_and_resource_vars.pbtxt77 name: "loop_var/Read/ReadVariableOp"
78 op: "ReadVariableOp"
117 name: "while/ReadVariableOp"
118 op: "ReadVariableOp"
130 input: "while/ReadVariableOp"
357 name: "while/while/ReadVariableOp/Enter"
386 name: "while/while/ReadVariableOp"
387 op: "ReadVariableOp"
388 input: "while/while/ReadVariableOp/Enter"
429 input: "while/while/ReadVariableOp"
Dwhile_loop_var_handle_op.pbtxt199 name: "while/ReadVariableOp"
200 op: "ReadVariableOp"
219 input: "^while/ReadVariableOp"
238 input: "while/ReadVariableOp"
/external/tensorflow/tensorflow/core/kernels/
Dresource_variable_ops.h22 class ReadVariableOp : public OpKernel {
24 explicit ReadVariableOp(OpKernelConstruction* c);
Dresource_variable_ops.cc84 ReadVariableOp::ReadVariableOp(OpKernelConstruction* c) : OpKernel(c) { in ReadVariableOp() function in tensorflow::ReadVariableOp
130 void ReadVariableOp::Compute(OpKernelContext* ctx) { in Compute()
212 ReadVariableOp);
219 ReadVariableOp);
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_xla_computations_pass_test.cc116 auto read_u = ops::ReadVariableOp(scope.WithOpName("ReadU"), arg4, DT_FLOAT); in MakeBodyGraph()
118 auto read_v = ops::ReadVariableOp(scope.WithOpName("ReadV"), arg5, DT_FLOAT); in MakeBodyGraph()
120 auto read_w = ops::ReadVariableOp(scope.WithOpName("ReadW"), arg6, DT_FLOAT); in MakeBodyGraph()
226 auto read_u = ops::ReadVariableOp(scope.WithOpName("ReadU"), u, DT_FLOAT); in TEST()
228 auto read_v = ops::ReadVariableOp(scope.WithOpName("ReadV"), v, DT_FLOAT); in TEST()
230 auto read_w = ops::ReadVariableOp(scope.WithOpName("ReadW"), w, DT_FLOAT); in TEST()
Dxla_device_ops.h126 ReadVariableOp); \
Dresource_operation_safety_analysis_test.cc46 ops::ReadVariableOp(scope.WithOpName("Read" + id), var_handle, DT_FLOAT); in MakeRead()
Dmark_for_compilation_pass_test.cc524 ops::ReadVariableOp(scope.WithOpName("Read" + id), var_handle, DT_FLOAT); in MakeRead()
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_ReadVariableOp.pbtxt2 graph_op_name: "ReadVariableOp"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_ReadVariableOp.pbtxt2 graph_op_name: "ReadVariableOp"
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dvariable_ops.cc63 class ReadVariableOp : public XlaOpKernel { class
65 explicit ReadVariableOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ReadVariableOp() function in tensorflow::__anon5691afd60111::ReadVariableOp
79 REGISTER_XLA_OP(Name("ReadVariableOp").CompilationOnly(), ReadVariableOp);
/external/tensorflow/tensorflow/cc/tools/
Dfreeze_saved_model_test.cc131 Output read_var = ops::ReadVariableOp( in TestFreezeGraphWithoutDependentVariables()
176 read_var = ops::ReadVariableOp( in TestFreezeGraphWithDependentVariables()
227 read_var = ops::ReadVariableOp( in TestFreezeGraphWithAndWithoutDependentVariables()
233 ops::ReadVariableOp(scope.WithOpName("var_1/Read/ReadVariableOp"), in TestFreezeGraphWithAndWithoutDependentVariables()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_AssignVariableOp.pbtxt23 Any ReadVariableOp with a control dependency on this op is guaranteed to return
Dapi_def_AssignAddVariableOp.pbtxt23 Any ReadVariableOp with a control dependency on this op is guaranteed to
Dapi_def_AssignSubVariableOp.pbtxt23 Any ReadVariableOp with a control dependency on this op is guaranteed to
Dapi_def_ReadVariableOp.pbtxt2 graph_op_name: "ReadVariableOp"
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer_test.cc1026 name: "EpisodicReplayBuffer/add/ReadVariableOp" in TEST_F()
1027 op: "ReadVariableOp" in TEST_F()
1064 input: "EpisodicReplayBuffer/add/ReadVariableOp" in TEST_F()
1111 input: "^EpisodicReplayBuffer/add/ReadVariableOp" in TEST_F()
1123 s: "loc:@EpisodicReplayBuffer/add/ReadVariableOp/resource" in TEST_F()
1130 op: "ReadVariableOp" in TEST_F()
/external/tensorflow/tensorflow/go/op/
Dscope_test.go89 read := ReadVariableOp(s, variable, tf.Int32)
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler_test.cc291 auto read = ops::ReadVariableOp( in TEST_F()
341 auto read = ops::ReadVariableOp( in TEST_F()
385 auto read = ops::ReadVariableOp( in TEST_F()
989 auto read = ops::ReadVariableOp( in TEST_F()
1141 auto read = ops::ReadVariableOp( in TEST_F()
1177 auto read = ops::ReadVariableOp( in BuildTestGraph()
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_if_op_test.cc199 auto read = ops::ReadVariableOp( in TEST()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine_test.cc504 ops::ReadVariableOp(s.WithOpName("b/read"), b, DataType::DT_FLOAT); in CreateGrapplerItemWithResourceMemory()
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dcpu_supported_ops.md172 `ReadVariableOp` | `dtype={bool,complex64,double,float,int32,int64,uint32,uint…
Dgpu_supported_ops.md169 `ReadVariableOp` | `dtype={bool,complex64,double,float,int32,int64,uint32,uint…
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2210 bool ReadVariableOp(const FastPathOpExecInfo& parent_op_exec_info, function
2292 return ReadVariableOp(op_exec_info, input, output_handle, status);
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt2664 name: "ReadVariableOp"

12