HomeSort by relevance Sort by last modified time
    Searched refs:full_shape (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/python/ops/signal/
reconstruction_ops.py 70 def full_shape(inner_shape): function in function:overlap_and_add
84 output_shape = full_shape([output_length])
118 shape = full_shape([frames + segments, segments, frame_step])
131 shape = full_shape([(frames + segments) * segments, frame_step])
142 shape = full_shape([segments, (frames + segments - 1), frame_step])
149 shape = full_shape([(frames + segments - 1) * frame_step])
  /external/tensorflow/tensorflow/python/ops/
variable_scope.py 61 def __init__(self, full_shape, var_offset):
65 full_shape: Tuple or list of `int` indicating the full combined shape
71 TypeError: If `full_shape` or `var_offset` is not a sequence.
72 ValueError: If `full_shape` or `var_offset` differ in length. If
73 `var_offset` exceeds `full_shape` in any dimension.
75 if not isinstance(full_shape, collections_lib.Sequence) or isinstance(
76 full_shape, six.string_types):
78 "`full_shape` must be a sequence (like tuple or list) instead of " +
79 type(full_shape).__name__)
87 if len(var_offset) != len(full_shape)
106 def full_shape(self): member in class:_PartitionInfo
    [all...]
variables.py     [all...]
init_ops.py 441 scale_shape = partition_info.full_shape
526 scale_shape = partition_info.full_shape
    [all...]
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
checkpoint_ops_test.py 143 full_shape=[5, 1], var_offset=[0, 0]),
155 full_shape=[5, 1], var_offset=[3, 0]),
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_instruction_fusion_test.cc 551 Shape full_shape = ShapeUtil::MakeShape(F32, {10, 100, 1000}); local
567 HloInstruction::CreateParameter(0, full_shape, "slice_from")),
572 full_shape,
574 HloInstruction::CreateParameter(4, full_shape, "to_update")),
590 Shape full_shape = ShapeUtil::MakeShape(F32, {4, 100, 10, 100, 50}); local
616 full_shape,
618 HloInstruction::CreateParameter(4, full_shape, "param4")),
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
sample_stats.py 521 full_shape = front_shape + end_shape
525 full_shape = array_ops.concat([front_shape, end_shape], axis=0)
526 return array_ops.reshape(x_permed, shape=full_shape)
  /external/tensorflow/tensorflow/python/training/
slot_creator.py 90 slice_info.full_shape[:],
warm_starting_util.py 258 full_shape=slice_info.full_shape,
  /external/tensorflow/tensorflow/python/kernel_tests/
variable_scope_test.py     [all...]
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis_test.cc 1260 Shape full_shape = ShapeUtil::MakeShape(F32, {16, 32}); local
    [all...]
algebraic_simplifier_test.cc 3840 Shape full_shape = ShapeUtil::MakeShape(F32, {10, 100, 1000}); local
    [all...]

Completed in 1185 milliseconds