Home
last modified time | relevance | path

Searched defs:target_shape (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dtensor_slice_set.cc80 TensorShape target_shape; in Query() local
137 TensorShape target_shape; in QueryMeta() local
/external/tensorflow/tensorflow/core/kernels/
Dreshape_util.cc61 auto target_shape = target_shape_in.vec<int64>(); in Reshape() local
Ddeserialize_sparse_string_op.cc199 Tensor target_shape(DT_INT64, TensorShape({ndims + output.dims() - 2})); in Compute() local
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dtuple_ops.cc94 llvm::Value* EmitGetTupleElement(const Shape& target_shape, int64 index, in EmitGetTupleElement()
/external/tensorflow/tensorflow/compiler/tests/
Dimage_ops_test.py413 target_shape, argument
521 target_shape, argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2181 Shape target_shape = fusion->shape(); in HandleFusion() local
2836 const BufferAllocation::Slice& slice, const Shape& target_shape) { in EmitThreadLocalBufferPointer()
2895 const BufferAllocation::Slice& slice, const Shape& target_shape) { in EmitGlobalBufferPointer()
2920 const Shape& target_shape) { in EmitBufferPointer()
2933 const Shape& target_shape = op->shape(); in EmitTargetAddressForOp() local
2953 const Shape& target_shape = target_op->shape(); in EmitTargetElementLoop() local
/external/tensorflow/tensorflow/python/keras/layers/
Dcore.py406 def __init__(self, target_shape, **kwargs): argument
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc902 Output target_shape = ops::Concat( in TEST_F() local
941 Output target_shape = in TEST_F() local
973 Output target_shape = ops::Const(s, {4, 3, 28, 28}, {4}); in TEST_F() local
1005 Output target_shape = ops::Const(s, {4, 3, 28, 28}, {4}); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.cc785 const Shape& target_shape = in CreateCopyWithNewLayout() local
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py2672 target_shape, argument
3184 def _assertResizeCheckShape(self, x, x_shape, target_shape, argument