Home
last modified time | relevance | path

Searched refs:partial_shapes (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dpadding_fifo_queue.cc38 const std::vector<PartialTensorShape>& partial_shapes, const string& name) in PaddingFIFOQueue() argument
40 ConvertShapesPartialDimensionsToZero(partial_shapes), name), in PaddingFIFOQueue()
41 partial_shapes_(partial_shapes) {} in PaddingFIFOQueue()
399 const gtl::ArraySlice<PartialTensorShape>& partial_shapes) { in ConvertShapesPartialDimensionsToZero() argument
400 std::vector<TensorShape> shapes(partial_shapes.size()); in ConvertShapesPartialDimensionsToZero()
402 const PartialTensorShape& partial = partial_shapes[i]; in ConvertShapesPartialDimensionsToZero()
Dpadding_fifo_queue.h60 const gtl::ArraySlice<PartialTensorShape>& partial_shapes);
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_constants_lib.cc262 std::vector<PartialTensorShape>& partial_shapes = shape_map[node->name()]; in FoldConstants() local
264 partial_shapes.resize(ctx->num_outputs()); in FoldConstants()
272 &partial_shapes[output_idx])); in FoldConstants()
287 recv_partial_shapes.push_back(partial_shapes[it->second]); in FoldConstants()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc652 auto& partial_shapes = shape_map[node_name]; in GetGraph() local
654 partial_shapes.push_back(inferred_shape.shape); in GetGraph()
675 auto& partial_shapes = shape_map[node_name]; in GetGraph() local
677 partial_shapes.push_back(inferred_shape.shape); in GetGraph()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_common.cc80 auto& partial_shapes = (*shape_map)[node_name]; in ConvertGraphShapeInfoToShapeMap() local
82 partial_shapes.push_back(inferred_shape.shape); in ConvertGraphShapeInfoToShapeMap()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc1068 std::vector<PartialTensorShape> partial_shapes(shapes.begin(), in AllocateCalibrationResources() local
1081 partial_shapes, &cache_res->GetLogger(), cache_res->allocator_.get(), in AllocateCalibrationResources()