Home
last modified time | relevance | path

Searched defs:vshape (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
H A Dcpu_fusion_test.cc54 Shape vshape = input_literal1.shape(); in TEST_F() local
93 Shape vshape = input_literal.shape(); in TEST_F() local
143 Shape vshape = input_literal.shape(); in TEST_F() local
240 Shape vshape = input_literal.shape(); in TEST_F() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_ir.cpp830 auto vshape = t.expectRef<TensorType>().sizes(); in initPythonIRBindings() local