HomeSort by relevance Sort by last modified time
    Searched defs:set_shape (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame.h 60 void set_shape(DesktopRegion* shape) { shape_.reset(shape); } function in class:webrtc::DesktopFrame
  /external/tensorflow/tensorflow/core/framework/
tensor.h 481 friend class VariableOp; // For access to set_shape
482 friend class AutoReloadVariableOp; // For access to set_shape
483 friend class TensorTestHelper; // For access to set_shape
507 void set_shape(const TensorShape& shape) { function in class:tensorflow::Tensor
tensor_test.cc 34 static void set_shape(Tensor* t, const TensorShape& s) { t->set_shape(s); } function in class:tensorflow::TensorTestHelper
    [all...]
  /external/tensorflow/tensorflow/python/ops/
resource_variable_ops.py 763 def set_shape(self, shape): member in class:ResourceVariable
946 def set_shape(self, shape): member in class:_UnreadVariable
    [all...]
variables.py 503 def set_shape(self, shape): member in class:Variable
509 self._ref().set_shape(shape)
510 self.value().set_shape(shape)
    [all...]
  /external/tensorflow/tensorflow/python/framework/
ops.py 364 dimensions, `Tensor.set_shape()` can be used to augment the
395 "Tensor._shape cannot be assigned, use Tensor.set_shape instead.")
437 def set_shape(self, shape): member in class:Tensor
456 image.set_shape([28, 28, 3])
829 def set_shape(self, shape): member in class:_EagerTensorBase
    [all...]

Completed in 326 milliseconds