/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/ |
D | loops_and_resource_vars.pbtxt | 77 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"
|
D | while_loop_var_handle_op.pbtxt | 199 name: "while/ReadVariableOp" 200 op: "ReadVariableOp" 219 input: "^while/ReadVariableOp" 238 input: "while/ReadVariableOp"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | resource_variable_ops.h | 22 class ReadVariableOp : public OpKernel { 24 explicit ReadVariableOp(OpKernelConstruction* c);
|
D | resource_variable_ops.cc | 84 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/ |
D | encapsulate_xla_computations_pass_test.cc | 116 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()
|
D | xla_device_ops.h | 126 ReadVariableOp); \
|
D | resource_operation_safety_analysis_test.cc | 46 ops::ReadVariableOp(scope.WithOpName("Read" + id), var_handle, DT_FLOAT); in MakeRead()
|
D | mark_for_compilation_pass_test.cc | 524 ops::ReadVariableOp(scope.WithOpName("Read" + id), var_handle, DT_FLOAT); in MakeRead()
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_ReadVariableOp.pbtxt | 2 graph_op_name: "ReadVariableOp"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_ReadVariableOp.pbtxt | 2 graph_op_name: "ReadVariableOp"
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | variable_ops.cc | 63 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/ |
D | freeze_saved_model_test.cc | 131 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/ |
D | api_def_AssignVariableOp.pbtxt | 23 Any ReadVariableOp with a control dependency on this op is guaranteed to return
|
D | api_def_AssignAddVariableOp.pbtxt | 23 Any ReadVariableOp with a control dependency on this op is guaranteed to
|
D | api_def_AssignSubVariableOp.pbtxt | 23 Any ReadVariableOp with a control dependency on this op is guaranteed to
|
D | api_def_ReadVariableOp.pbtxt | 2 graph_op_name: "ReadVariableOp"
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | loop_optimizer_test.cc | 1026 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/ |
D | scope_test.go | 89 read := ReadVariableOp(s, variable, tf.Int32)
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiler_test.cc | 291 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/ |
D | lower_if_op_test.cc | 199 auto read = ops::ReadVariableOp( in TEST()
|
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | single_machine_test.cc | 504 ops::ReadVariableOp(s.WithOpName("b/read"), b, DataType::DT_FLOAT); in CreateGrapplerItemWithResourceMemory()
|
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/ |
D | cpu_supported_ops.md | 172 `ReadVariableOp` | `dtype={bool,complex64,double,float,int32,int64,uint32,uint…
|
D | gpu_supported_ops.md | 169 `ReadVariableOp` | `dtype={bool,complex64,double,float,int32,int64,uint32,uint…
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 2210 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/ |
D | tensorflow.raw_ops.pbtxt | 2664 name: "ReadVariableOp"
|