Home
last modified time | relevance | path

Searched defs:TestScalarTensorHandle (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_test_util.cc34 TFE_TensorHandle* TestScalarTensorHandle(TFE_Context* ctx, float value) { in TestScalarTensorHandle() function
46 TFE_TensorHandle* TestScalarTensorHandle(TFE_Context* ctx, in TestScalarTensorHandle() function
59 TFE_TensorHandle* TestScalarTensorHandle(TFE_Context* ctx, int value) { in TestScalarTensorHandle() function
71 TFE_TensorHandle* TestScalarTensorHandle(TFE_Context* ctx, bool value) { in TestScalarTensorHandle() function
H A Dc_api_test_util.h75 TFE_TensorHandle* TestScalarTensorHandle(TFE_Context* ctx, const T value) { in TestScalarTensorHandle() function
H A Dunified_api_testutil.h75 Status TestScalarTensorHandle(AbstractContext* ctx, const T value, in TestScalarTensorHandle() function
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dfunction_cache_test.cc165 tensorflow::Status TestScalarTensorHandle( in TestScalarTensorHandle() function