Home
last modified time | relevance | path

Searched defs:full_shape (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dvariable.proto34 repeated int64 full_shape = 2; field
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py55 def __init__(self, full_shape, var_offset): argument
100 def full_shape(self): member in _PartitionInfo
2070 def _compute_slice_dim_and_shape(full_shape, slicing): argument
Dvariables.py1117 full_shape=None, argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc486 Shape full_shape = ShapeUtil::MakeShape(F32, {10, 100, 1000}); in TEST_F() local
517 Shape full_shape = ShapeUtil::MakeShape(F32, {4, 100, 10, 100, 50}); in TEST_F() local
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc920 const TensorShape full_shape(TensorShape(full_tensor_entry.shape())); in GetSliceValue() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc2406 Shape full_shape = ShapeUtil::MakeShape(F32, {10, 100, 1000}); in TEST_F() local