Home
last modified time | relevance | path

Searched defs:var_shape (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtraining_ops.cc36 TensorShape var_shape; in Compile() local
81 TensorShape var_shape; in Compile() local
126 TensorShape var_shape, accum_shape; in Compile() local
184 TensorShape var_shape, accum_shape; in Compile() local
242 TensorShape var_shape, accum_shape; in Compile() local
291 TensorShape var_shape, accum_shape; in Compile() local
344 TensorShape var_shape, accum_shape; in Compile() local
400 TensorShape var_shape, accum_shape, squared_accum_shape; in Compile() local
476 TensorShape var_shape, m_shape, v_shape; in Compile() local
572 TensorShape var_shape, m_shape, v_shape; in Compile() local
[all …]
Dstateful_random_ops.cc191 TensorShape var_shape; in CompileImpl() local
438 TensorShape var_shape; in Compile() local
Dvariable_ops.cc178 TensorShape var_shape; in Compile() local
/external/tensorflow/tensorflow/core/ops/
Dresource_variable_ops.cc240 ShapeHandle var_shape = (*handle_data)[0].shape; in VariableShapeShapeFn() local
326 ShapeHandle var_shape = handle_shape_and_type[0].shape; in ResourceScatterUpdateShape() local
Dstate_ops.cc117 ShapeHandle var_shape = c->input(0); in ScatterUpdateShape() local
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto83 repeated int64 var_shape = 4; field
/external/tensorflow/tensorflow/compiler/xla/service/
Dbatchnorm_expander_test.cc94 Shape var_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local
Dshape_inference.cc1460 const Shape& mean_shape, const Shape& var_shape, in InferBatchNormGradShape()
/external/tensorflow/tensorflow/python/kernel_tests/variables/
Dpartitioned_variables_test.py196 var_name, var_shape, expected_axis_shards, argument
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc3005 xla::StatusOr<Node*> CreateTpuExecuteDummyArg(const TensorShape& var_shape, in CreateTpuExecuteDummyArg()
3093 TensorShape var_shape; in CreatePartitionedDummyVarArgs() local
3217 TensorShape var_shape; in CreateOrGetPerHostVariableCopy() local
/external/tensorflow/tensorflow/python/ops/
Dvariables.py1269 var_shape=None, argument