Searched defs:full_shape (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/ops/signal/ |
D | reconstruction_ops.py | 70 def full_shape(inner_shape): function
|
/external/tensorflow/tensorflow/core/framework/ |
D | variable.proto | 38 repeated int64 full_shape = 2; field
|
/external/tensorflow/tensorflow/python/ops/ |
D | variable_scope.py | 61 def __init__(self, full_shape, var_offset): argument 106 def full_shape(self): member in _PartitionInfo 2450 def _iter_slices(full_shape, num_slices, slice_dim): argument
|
D | variables.py | 1083 full_shape=None, argument
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_instruction_fusion_test.cc | 551 Shape full_shape = ShapeUtil::MakeShape(F32, {10, 100, 1000}); in TEST_F() local 590 Shape full_shape = ShapeUtil::MakeShape(F32, {4, 100, 10, 100, 50}); in TEST_F() local
|
/external/tensorflow/tensorflow/core/util/tensor_bundle/ |
D | tensor_bundle.cc | 938 const TensorShape full_shape(TensorShape(full_tensor_entry.shape())); in GetSliceValue() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | tuple_points_to_analysis_test.cc | 1260 Shape full_shape = ShapeUtil::MakeShape(F32, {16, 32}); in TEST_F() local
|
D | algebraic_simplifier_test.cc | 3840 Shape full_shape = ShapeUtil::MakeShape(F32, {10, 100, 1000}); in TEST_F() local
|