Home
last modified time | relevance | path

Searched defs:input_shape (Results 1 – 25 of 230) sorted by relevance

12345678910

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dshape_op.cc36 const TensorShape input_shape = ctx->InputShape(0); in Compile() local
56 const TensorShape input_shape = ctx->InputShape(i); in Compile() local
75 const TensorShape input_shape = ctx->InputShape(0); in Compile() local
91 const TensorShape input_shape = ctx->InputShape(0); in Compile() local
110 const TensorShape input_shape = ctx->InputShape(0); in Compile() local
164 const TensorShape input_shape = ctx->InputShape(0); in Compile() local
222 const TensorShape input_shape = ctx->InputShape(0); in Compile() local
236 const TensorShape input_shape = ctx->InputShape(0); in Compile() local
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
Dadvanced_activations.py67 def compute_output_shape(self, input_shape): argument
122 def build(self, input_shape): argument
165 def compute_output_shape(self, input_shape): argument
204 def compute_output_shape(self, input_shape): argument
243 def compute_output_shape(self, input_shape): argument
277 def compute_output_shape(self, input_shape): argument
Dmerge.py84 def build(self, input_shape): argument
178 def compute_output_shape(self, input_shape): argument
271 def build(self, input_shape): argument
367 def build(self, input_shape): argument
389 def compute_output_shape(self, input_shape): argument
475 def build(self, input_shape): argument
520 def compute_output_shape(self, input_shape): argument
Dlocal.py124 def build(self, input_shape): argument
152 def compute_output_shape(self, input_shape): argument
311 def build(self, input_shape): argument
354 def compute_output_shape(self, input_shape): argument
Dcore.py85 def compute_output_shape(self, input_shape): argument
310 def compute_output_shape(self, input_shape): argument
359 def _fix_unknown_dimension(self, input_shape, output_shape): argument
404 def compute_output_shape(self, input_shape): argument
461 def compute_output_shape(self, input_shape): argument
529 def compute_output_shape(self, input_shape): argument
611 def _compute_output_shape(self, input_shape): argument
853 def compute_output_shape(self, input_shape): argument
Dembeddings.py115 def build(self, input_shape): argument
132 def compute_output_shape(self, input_shape): argument
Dnoise.py71 def compute_output_shape(self, input_shape): argument
118 def compute_output_shape(self, input_shape): argument
190 def compute_output_shape(self, input_shape): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dnth_element_op_test.py61 def _testFloatLargeInput(self, input_shape): argument
72 def _testIntLargeInput(self, input_shape): argument
83 def _testLargeInput(self, input_shape): argument
96 def _testEnumerateN(self, input_shape): argument
/external/tensorflow/tensorflow/contrib/fused_conv/python/ops/
Dfused_conv2d_bias_activation_benchmark.py32 def build_conv_bias_relu_graph(device, input_shape, filter_shape, strides, argument
77 def build_fused_conv_bias_relu_graph(device, input_shape, filter_shape, strides, argument
134 def _run_graph(self, device, input_shape, filter_shape, strides, padding, argument
/external/tensorflow/tensorflow/python/keras/_impl/keras/
Dtesting_utils.py30 input_shape, argument
54 def layer_test(layer_cls, kwargs=None, input_shape=None, input_dtype=None, argument
/external/tensorflow/tensorflow/python/keras/_impl/keras/applications/
Ddensenet.py131 input_shape=None, argument
307 input_shape=None, argument
319 input_shape=None, argument
331 input_shape=None, argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_util.cc27 const Shape& input_shape = input_tuple->shape(); in ExtractPrefix() local
47 const Shape& input_shape = input_tuple->shape(); in AppendSuffix() local
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Dresolve_constant_strided_slice.cc26 int StartForAxis(StridedSliceOperator const& op, Shape const& input_shape, in StartForAxis()
43 int StopForAxis(StridedSliceOperator const& op, Shape const& input_shape, in StopForAxis()
86 Shape const& input_shape = input_array.shape(); in StridedSlice() local
Dconvert_reorder_axes.cc30 Model* model, ReorderAxesOperator* reorder_op, const Shape& input_shape) { in CreateReshapeFromReorderAxes()
61 Model* model, ReorderAxesOperator* reorder_op, const Shape& input_shape, in CreateTransposeFromReorderAxes()
121 const Shape input_shape = input_array.shape(); in Run() local
Dpropagate_fixed_sizes.cc32 void ComputeConvSizes(const Shape& input_shape, int output_depth, int kwidth, in ComputeConvSizes()
153 const auto& input_shape = input_array.shape(); in ProcessConvOperator() local
195 const auto& input_shape = input_array.shape(); in ProcessDepthwiseConvOperator() local
236 const auto& input_shape = input_array.shape(); in ProcessDepthToSpaceOperator() local
259 const auto& input_shape = input_array.shape(); in ProcessSpaceToDepthOperator() local
314 const auto& input_shape = input_array.shape(); in ProcessFullyConnectedOperator() local
348 const auto& input_shape = input_array.shape(); in ProcessTensorFlowReshapeOperator() local
476 const auto& input_shape = input_array.shape(); in ProcessTensorFlowReductionOperator() local
522 const Shape& input_shape = input_array.shape(); in ProcessSliceOperator() local
549 const auto& input_shape = input_array.shape(); in ProcessReorderAxesOperator() local
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_ops.cc48 StringPiece label, const TensorShape& input_shape, in ConvBackpropExtractAndVerifyDimensionV2()
87 StringPiece label, const TensorShape& input_shape, in ConvBackpropExtractAndVerifyDimension()
98 StringPiece label, int num_spatial_dims, const TensorShape& input_shape, in ConvBackpropComputeDimensionsV2()
151 const TensorShape& input_shape, in ConvBackpropComputeDimensions()
Dreduce_join_op.cc51 const TensorShape& input_shape, in LinearSubIndexToFullIndex()
66 const TensorShape& input_shape) { in GetReductionIterSize()
100 const TensorShape& input_shape, bool keep_dims) { in GetOutputShape()
126 const TensorShape& input_shape = input.shape(); in Compute() local
/external/tensorflow/tensorflow/python/ops/
Dtranspose_benchmark.py34 def build_graph(device, input_shape, perm, datatype, num_iters): argument
65 def _run_graph(self, device, input_shape, perm, num_iters, datatype): argument
Dconcat_benchmark.py35 def build_graph(device, input_shape, variable, num_inputs, axis, grad): argument
81 def _run_graph(self, device, input_shape, variable, num_inputs, axis, grad, argument
Dconv2d_benchmark.py34 def build_graph(device, input_shape, filter_shape, strides, padding, dtype, argument
84 def _run_graph(self, device, input_shape, filter_shape, strides, padding, argument
/external/tensorflow/tensorflow/contrib/specs/python/
Dsummaries.py247 input_shape=None, argument
275 input_shape=None, argument
299 input_shape=None, argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconvolution_test.cc125 Shape input_shape = MakeShapeWrapper<T>({1, 1, 1, 2}); in RunTest() local
156 Shape input_shape = MakeShapeWrapper<T>({1, 1, 4, 4}); in RunTest() local
190 Shape input_shape = MakeShapeWrapper<T>({1, 1, 4, 4}); in RunTest() local
226 Shape input_shape = MakeShapeWrapper<T>({1, 1, 4, 4}); in RunTest() local
254 Shape input_shape = ShapeUtil::MakeShape(F32, {1, 2, 5}); in XLA_TEST_F() local
284 Shape input_shape = MakeShapeWrapper<T>({1, 2, 5}); in RunTest() local
320 Shape input_shape = ShapeUtil::MakeShape(F32, {1, 2, 5}); in XLA_TEST_F() local
351 Shape input_shape = ShapeUtil::MakeShape(F32, {1, 2, 5}); in XLA_TEST_F() local
385 Shape input_shape = MakeShapeWrapper<T>({1, 2, 5}); in RunTest() local
423 Shape input_shape = ShapeUtil::MakeShape(F32, input_dims); in XLA_TEST_F() local
[all …]
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dchain.py118 def _shape_helper(self, func_name, input_shape, reverse): argument
128 def _forward_event_shape(self, input_shape): argument
132 def _forward_event_shape_tensor(self, input_shape): argument
/external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
Dcore_layers.py124 def build(self, input_shape): argument
213 def compute_output_shape(self, input_shape): argument
398 def build(self, input_shape): argument
470 def compute_output_shape(self, input_shape): argument
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Dgru_ops.py177 def build(self, input_shape): argument
222 def build(self, input_shape): argument

12345678910